diff --git a/.bazelci/build_bazel_binaries.yml b/.bazelci/build_bazel_binaries.yml index 5478050004e442..5ff3e1796eb7c5 100644 --- a/.bazelci/build_bazel_binaries.yml +++ b/.bazelci/build_bazel_binaries.yml @@ -1,6 +1,6 @@ --- platforms: - centos7: + centos7_java11_devtoolset10: build_targets: - "//src:bazel" - "//src:bazel_nojdk" diff --git a/.bazelci/postsubmit.yml b/.bazelci/postsubmit.yml index 81b8b29b8ff5d7..548a1917ad5ab6 100644 --- a/.bazelci/postsubmit.yml +++ b/.bazelci/postsubmit.yml @@ -1,6 +1,6 @@ --- tasks: - centos7: + centos7_java11_devtoolset10: shell_commands: - sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^# android_ndk_repository/android_ndk_repository/' WORKSPACE diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 9d54a8623f0493..d9674469863987 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -1,6 +1,6 @@ --- tasks: - centos7: + centos7_java11_devtoolset10: shards: 4 shell_commands: - sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#