Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4763edf

Browse files
author
av8ramit
authored
Merge pull request tensorflow#8135 from gunan/cp
Remove the extra linkopt in ci_parameterized_build script.
2 parents 5b4bb03 + 5d2a7d9 commit 4763edf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tensorflow/tools/ci_build/ci_parameterized_build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ DOCKER_MAIN_CMD="${CI_BUILD_DIR}/ci_build.sh"
118118
NO_DOCKER_MAIN_CMD="${CI_BUILD_DIR}/builds/configured"
119119

120120
# Additional option flags to apply when Docker is unavailable (e.g., on Mac)
121-
NO_DOCKER_OPT_FLAG="--linkopt=-headerpad_max_install_names "\
122-
"--genrule_strategy=standalone"
121+
NO_DOCKER_OPT_FLAG="--genrule_strategy=standalone"
123122

124123
DO_DOCKER=1
125124

0 commit comments

Comments
 (0)