Skip to content

Commit b42c336

Browse files
authored
Update rules_foreign_cc to v0.7.1. (#236)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent 8a38042 commit b42c336

File tree

4 files changed

+3
-24
lines changed

4 files changed

+3
-24
lines changed

bazel/external/llvm.BUILD

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ cmake(
3737
"LLVM_TARGETS_TO_BUILD": "X86",
3838
"CMAKE_CXX_FLAGS": "-Wno-unused-command-line-argument",
3939
},
40-
env_vars = {
41-
# Workaround for the -DDEBUG flag added in fastbuild on macOS,
42-
# which conflicts with DEBUG macro used in LLVM.
43-
"CFLAGS": "-UDEBUG",
44-
"CXXFLAGS": "-UDEBUG",
45-
"ASMFLAGS": "-UDEBUG",
46-
},
4740
generate_args = ["-GNinja"],
4841
lib_source = ":srcs",
4942
out_static_libs = [

bazel/external/llvm13.BUILD

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ cmake(
3737
"LLVM_TARGETS_TO_BUILD": "X86",
3838
"CMAKE_CXX_FLAGS": "-Wno-unused-command-line-argument",
3939
},
40-
env_vars = {
41-
# Workaround for the -DDEBUG flag added in fastbuild on macOS,
42-
# which conflicts with DEBUG macro used in LLVM.
43-
"CFLAGS": "-UDEBUG",
44-
"CXXFLAGS": "-UDEBUG",
45-
"ASMFLAGS": "-UDEBUG",
46-
},
4740
generate_args = ["-GNinja"],
4841
lib_source = ":srcs",
4942
out_static_libs = [

bazel/external/wavm.BUILD

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ cmake(
1818
"WAVM_ENABLE_UNWIND": "on",
1919
"CMAKE_CXX_FLAGS": "-Wno-unused-command-line-argument",
2020
},
21-
env_vars = {
22-
# Workaround for the -DDEBUG flag added in fastbuild on macOS,
23-
# which conflicts with DEBUG macro used in LLVM.
24-
"CFLAGS": "-UDEBUG",
25-
"CXXFLAGS": "-UDEBUG",
26-
"ASMFLAGS": "-UDEBUG",
27-
},
2821
generate_args = ["-GNinja"],
2922
lib_source = ":srcs",
3023
out_static_libs = [

bazel/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ def proxy_wasm_cpp_host_repositories():
3232
maybe(
3333
http_archive,
3434
name = "rules_foreign_cc",
35-
sha256 = "d54742ffbdc6924f222d2179f0e10e911c5c659c4ae74158e9fe827aad862ac6",
36-
strip_prefix = "rules_foreign_cc-0.2.0",
37-
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/0.2.0.tar.gz",
35+
sha256 = "bcd0c5f46a49b85b384906daae41d277b3dc0ff27c7c752cc51e43048a58ec83",
36+
strip_prefix = "rules_foreign_cc-0.7.1",
37+
url = "https://github.com/bazelbuild/rules_foreign_cc/archive/0.7.1.tar.gz",
3838
)
3939

4040
maybe(

0 commit comments

Comments
 (0)