diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a78640d68..b34d205fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/tools/build/configure.py b/tools/build/configure.py index 0a25150eb..d91b348ef 100644 --- a/tools/build/configure.py +++ b/tools/build/configure.py @@ -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")