Skip to content

Commit

Permalink
bazel: wasm to wasm32 (envoyproxy#558)
Browse files Browse the repository at this point in the history
Signed-off-by: Shikugawa <Shikugawa@gmail.com>
  • Loading branch information
Shikugawa authored Jul 14, 2020
1 parent 42fa8be commit 1fc841d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -502,9 +502,9 @@ DEPENDENCY_REPOSITORIES = dict(
use_category = ["test"],
),
proxy_wasm_cpp_sdk = dict(
sha256 = "76f4d8e8a41b59668272e58e68ded1661a0f9c1672bdab8673a076ebf20d1fe5",
strip_prefix = "proxy-wasm-cpp-sdk-35163bbf32fccfbde7b95d909a392dc1dc562596",
urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/archive/35163bbf32fccfbde7b95d909a392dc1dc562596.tar.gz"],
sha256 = "2d06cda9edbb425d1fd3739cbcabb2be3b59db73f59e660758e8731393d77b68",
strip_prefix = "proxy-wasm-cpp-sdk-862c556304700620841d66b8bc5a3bfec96cb768",
urls = ["https://github.com/proxy-wasm/proxy-wasm-cpp-sdk/archive/862c556304700620841d66b8bc5a3bfec96cb768.tar.gz"],
use_category = ["dataplane"],
cpe = "N/A",
),
Expand Down
2 changes: 1 addition & 1 deletion bazel/wasm/wasm.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load("@rules_cc//cc:defs.bzl", "cc_binary")

def _wasm_transition_impl(settings, attr):
return {
"//command_line_option:cpu": "wasm",
"//command_line_option:cpu": "wasm32",
"//command_line_option:crosstool_top": "@proxy_wasm_cpp_sdk//toolchain:emscripten",

# Overriding copt/cxxopt/linkopt to prevent sanitizers/coverage options leak
Expand Down

0 comments on commit 1fc841d

Please sign in to comment.