From 7e31f6fc252030d400cca4b772ff5d0e76c42550 Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Mon, 20 Nov 2023 23:22:37 +0100 Subject: [PATCH] Do not test on centos7 (#3757) This platform doesn't support `-std=c++14` with gcc, which is now the default in Bazel. --- .bcr/presubmit.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 5e29afff60..0859ffe767 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,6 +1,5 @@ matrix: platform: - - centos7 - debian10 - ubuntu2004 - macos @@ -16,7 +15,6 @@ bcr_test_module: module_path: tests/bcr matrix: platform: - - centos7 - debian10 - ubuntu2004 - macos