We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c217c03 commit b34ddc5Copy full SHA for b34ddc5
tests/scripts/run_external_tests.sh
@@ -31,7 +31,7 @@ fi
31
32
test_args=(
33
"${common_test_args[@]}"
34
- "--linkopt=-nopie" # https://github.com/grailbio/bazel-toolchain/issues/183
+ "--linkopt=-nopie" # Not needed after https://github.com/bazelbuild/rules_go/pull/3692.
35
"--copt=-Wno-deprecated-builtins" # https://github.com/abseil/abseil-cpp/issues/1201
36
)
37
0 commit comments