Skip to content

Commit 6d2869f

Browse files
authored
Merge pull request #72 from limdor/fix_ci_centos
Drop plain CentOS 7 support
2 parents a5205d0 + 4928fcb commit 6d2869f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bazelci/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tasks:
3030
<<: *cpp_common
3131
<<: *cpp_unix_run_targets
3232
cpp-centos7:
33-
platform: centos7
33+
platform: centos7_java11_devtoolset10
3434
<<: *cpp_common
3535
<<: *cpp_unix_run_targets
3636
cpp-debian10:

.bazelci/cpp_and_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tasks:
3232
<<: *cpp_and_python_common
3333
<<: *cpp_and_python_unix_run_targets
3434
cpp-and-python-centos7:
35-
platform: centos7
35+
platform: centos7_java11_devtoolset10
3636
<<: *cpp_and_python_common
3737
<<: *cpp_and_python_unix_run_targets
3838
cpp-and-python-debian10:

.bazelci/cpp_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tasks:
3030
<<: *cpp_coverage_common
3131
<<: *cpp_coverage_unix_run_targets
3232
cpp-centos7:
33-
platform: centos7
33+
platform: centos7_java11_devtoolset10
3434
<<: *cpp_coverage_common
3535
<<: *cpp_coverage_unix_run_targets
3636
cpp-debian10:

.bazelci/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tasks:
3232
<<: *python_common
3333
<<: *python_unix_run_targets
3434
python-centos7:
35-
platform: centos7
35+
platform: centos7_java11_devtoolset10
3636
<<: *python_common
3737
<<: *python_unix_run_targets
3838
python-debian10:

.bazelci/third_party_dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tasks:
3030
<<: *third_party_dependencies_common
3131
<<: *third_party_dependencies_unix_run_targets
3232
third-party-dependencies-centos7:
33-
platform: centos7
33+
platform: centos7_java11_devtoolset10
3434
<<: *third_party_dependencies_common
3535
<<: *third_party_dependencies_unix_run_targets
3636
third-party-dependencies-debian10:

0 commit comments

Comments
 (0)