Skip to content

Commit

Permalink
include wasm-lld in toolchain (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizan committed Oct 15, 2020
1 parent b56d166 commit 6f08e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ tasks:
- "-@examples//ffi/rust_calling_c/simple/..."
# See https://github.com/bazelbuild/bazel/issues/9987
- "-@examples//ffi/rust_calling_c:matrix_dylib_test"
# rust-lld isn't available on RBE
- "-@examples//hello_world_wasm:hello_world_wasm_test"
windows:
build_flags:
- "--enable_runfiles" # this is not enabled by default on windows and is necessary for the cargo build scripts
Expand Down
2 changes: 2 additions & 0 deletions rust/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ filegroup(
"bin/*{dylib_ext}",
"lib/*{dylib_ext}",
"lib/rustlib/{target_triple}/codegen-backends/*{dylib_ext}",
"lib/rustlib/{target_triple}/bin/rust-lld{binary_ext}",
"lib/rustlib/{target_triple}/lib/*{dylib_ext}",
],
allow_empty = True,
),
Expand Down

0 comments on commit 6f08e26

Please sign in to comment.