Skip to content

Commit

Permalink
Fix linux build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Nov 6, 2023
1 parent a3e728c commit 21c52bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
cat > service_account_creds.json << EOF
${{ secrets.GCP_CREDS }}
EOF
- name: Ubuntu 20.04
- name: Ubuntu 22.04
shell: bash
run: |
set -x -e
Expand Down
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=stringop-overflow=\n")
bazel_rc.write("build:linux --copt=-Wno-error=array-parameter=\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 21c52bc

Please sign in to comment.