Skip to content

Commit

Permalink
Do not test on centos7 (#3757)
Browse files Browse the repository at this point in the history
This platform doesn't support `-std=c++14` with gcc, which is now the default in Bazel.
  • Loading branch information
fmeum authored Nov 20, 2023
1 parent cb279cd commit 7e31f6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
matrix:
platform:
- centos7
- debian10
- ubuntu2004
- macos
Expand All @@ -16,7 +15,6 @@ bcr_test_module:
module_path: tests/bcr
matrix:
platform:
- centos7
- debian10
- ubuntu2004
- macos
Expand Down

0 comments on commit 7e31f6f

Please sign in to comment.