Address @robinlinden comments 2

This commit is contained in:
ArthurSonzogni
2025-05-07 21:11:03 +02:00
parent f917f7bcc8
commit 2fdd100b55
5 changed files with 41 additions and 45 deletions

View File

@@ -1,14 +1,8 @@
# This script tests the project with different versions of Bazel and compilers
# locally. This avoids waiting on the CI to run the tests.
# Version
# -------
# - Version >= 7 are supported
# - Version <= 6 fail with the error:
# Error:
# external/googletest~1.14.0.bcr.1/googletest/include/gtest/internal/gtest-port.h:279:2:
# error: #error C++ versions less than C++14 are not supported.
for ver in \
"6.0.0" \
"7.0.0" \
"8.0.0"
do