Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Sep 29, 2023
1 parent 4447891 commit 209335b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/build/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def write_config():
"build:linux_ci_gpu --crosstool_top=//third_party/toolchains/gcc7_manylinux2010-nvcc-cuda10.1:toolchain\n"
)
bazel_rc.write("build:linux --copt=-Wno-error=array-parameter=\n")
bazel_rc.write("build:linux --copt=-Wno-error=stringop-overflow=\n")
# For a cleaner output
bazel_rc.write("build --noshow_progress\n")
bazel_rc.write("build --noshow_loading_progress\n")
Expand Down

0 comments on commit 209335b

Please sign in to comment.