Skip to content

Commit e6c8e8d

Browse files
committed
CI configs: switch centos to centos7_java11_devtoolset10
Downstream tests can only fetch Bazel binary from centos7_java11_devtoolset10 platform, therefore we have to make this change to be able to test downstream projects. There is no change to Bazel itself.
1 parent dd8fe77 commit e6c8e8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bazelci/build_bazel_binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
platforms:
3-
centos7:
3+
centos7_java11_devtoolset10:
44
build_targets:
55
- "//src:bazel"
66
- "//src:bazel_nojdk"

.bazelci/postsubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
tasks:
3-
centos7:
3+
centos7_java11_devtoolset10:
44
shell_commands:
55
- sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#
66
android_ndk_repository/android_ndk_repository/' WORKSPACE

.bazelci/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
tasks:
3-
centos7:
3+
centos7_java11_devtoolset10:
44
shards: 4
55
shell_commands:
66
- sed -i.bak -e 's/^# android_sdk_repository/android_sdk_repository/' -e 's/^#

0 commit comments

Comments
 (0)