Skip to content

Commit

Permalink
Merge pull request grpc#14579 from adelez/foundry_integration
Browse files Browse the repository at this point in the history
Fix msan command
  • Loading branch information
adelez committed Mar 2, 2018
2 parents af85e8f + 895cd4f commit f22dae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/internal_ci/linux/grpc_msan_on_foundry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_rc
--copt=-gmlt \
--strip=never \
--cxxopt=--stdlib=libc++ \
--copt=-fsanitize=memory \
--copt=-fsanitize=memory \
--linkopt=-fsanitize=memory \
--copt=-fsanitize-memory-track-origins \
--action_env=LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH \
--host_crosstool_top=@bazel_toolchains//configs/debian8_clang/0.3.0/bazel_0.10.0:toolchain \
--crosstool_top=@bazel_toolchains//configs/experimental/debian8_clang/0.3.0/bazel_0.10.0/msan:msan_experimental_toolchain \
--host_crosstool_top=@com_github_bazelbuild_bazeltoolchains//configs/debian8_clang/0.3.0/bazel_0.10.0:toolchain \
--crosstool_top=@com_github_bazelbuild_bazeltoolchains//configs/experimental/debian8_clang/0.3.0/bazel_0.10.0/msan:msan_experimental_toolchain \
-- //test/...

0 comments on commit f22dae6

Please sign in to comment.