Skip to content

Commit

Permalink
CI configs: switch centos to centos7_java11_devtoolset10
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
meteorcloudy committed Nov 25, 2021
1 parent dd8fe77 commit e6c8e8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bazelci/build_bazel_binaries.yml
@@ -1,6 +1,6 @@
---
platforms:
centos7:
centos7_java11_devtoolset10:
build_targets:
- "//src:bazel"
- "//src:bazel_nojdk"
Expand Down
2 changes: 1 addition & 1 deletion .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
Expand Down
2 changes: 1 addition & 1 deletion .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/^#
Expand Down

0 comments on commit e6c8e8d

Please sign in to comment.