Skip to content

Commit

Permalink
Update issue link for usage of --nopie.
Browse files Browse the repository at this point in the history
Closes #183.
  • Loading branch information
siddharthab committed Sep 14, 2023
1 parent c217c03 commit b34ddc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/run_external_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fi

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

Expand Down

0 comments on commit b34ddc5

Please sign in to comment.