Skip to content

Commit b34ddc5

Browse files
committed
Update issue link for usage of --nopie.
Closes #183.
1 parent c217c03 commit b34ddc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/run_external_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131

3232
test_args=(
3333
"${common_test_args[@]}"
34-
"--linkopt=-nopie" # https://github.com/grailbio/bazel-toolchain/issues/183
34+
"--linkopt=-nopie" # Not needed after https://github.com/bazelbuild/rules_go/pull/3692.
3535
"--copt=-Wno-deprecated-builtins" # https://github.com/abseil/abseil-cpp/issues/1201
3636
)
3737

0 commit comments

Comments
 (0)