summaryrefslogtreecommitdiffstats
path: root/ci/linux-presubmit.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiler flags in Linux presubmitTom Hughes2023-02-021-1/+1
| | | | | | | | | | CXX_FLAGS should be CXXFLAGS and the quoting was wrong. As a result, "-Werror -Wdeprecated" was not being applied. https://cmake.org/cmake/help/latest/envvar/CXXFLAGS.html PiperOrigin-RevId: 506656655 Change-Id: Ic5e861be3b9c32257eb9aabb845c931f3cba7122
* Rollback 4fa8cfe3f4dee8975ee02d98633a5245ab67c6d7Derek Mauro2022-09-131-0/+1
| | | | | | | Breaks the intended C++ version on some CI builds PiperOrigin-RevId: 474022587 Change-Id: I41a58893802c90864e0f2cc3d15e6c169c59146d
* bazel: move -std=c++14 to .bazelrcrefs/pull/3984/headKeith Smiley2022-08-191-1/+0
| | | | Bazel defaults to -std=c++11 on macOS which gtest doesn't support.
* Add --features=external_include_paths to Bazel CI to ignore warningsDerek Mauro2022-08-121-0/+3
| | | | | | | from dependencies PiperOrigin-RevId: 467244441 Change-Id: Iefa65474d8c62e7c4c942957dc8e275715076e5f
* Remove the Bazel provided default cxxopt -std=c++0x and replace itDerek Mauro2022-07-011-0/+1
| | | | | | | with -std=c++14 when testing with GCC 5. PiperOrigin-RevId: 458502826 Change-Id: I83637a222b5c0a54e55d93ce7fdbc878af27b250
* Remove support for C++11Derek Mauro2022-06-301-2/+2
| | | | | | | | v1.12.x is the last branch to support C++11 Future releases will require at least C++14 PiperOrigin-RevId: 458250106 Change-Id: Ibee2248649ff3c13daaa179135887848bf730f3f
* Update GCC floor container used by CI to fix the Bazel cache errorDerek Mauro2022-06-211-1/+2
| | | | | PiperOrigin-RevId: 456323043 Change-Id: I86e3d52b72b51c2d4e96f536daa7f84a52c598f5
* Merge pull request #3797 from glandium:issue3514Copybara-Service2022-04-261-0/+3
| | | | | PiperOrigin-RevId: 444444700 Change-Id: I8ac5cc96cc6eb9d583fa7e3fb304ef3dcaa95b5b
* Update GCC/Clang Linux tests to use Bazel 5.0.0Derek Mauro2022-02-171-1/+1
| | | | | PiperOrigin-RevId: 429400664 Change-Id: I6454cf52cb2fc616a96663823de997591b63dfae
* Update test Docker image to GCC 11.2, Clang 14 (prerelease),Derek Mauro2022-01-141-1/+1
| | | | | | | CMake 3.22.1, and Bazel 4.2.2 PiperOrigin-RevId: 421814198 Change-Id: Ief4e39d7f077089f10afdc8d63cc1e51dc18e97f
* Googletest exportAbseil Team2021-10-131-2/+2
| | | | | | | | Use newer Docker images in CI The new floor image contains GCC 5.5.0, like the old one. PiperOrigin-RevId: 402402465
* Googletest exportdmauro2021-06-021-1/+3
| | | | | | | | Updates Linux docker image to use Bazel 4.1.0 and GCC 11.1 Updates Bazel dependencies Removes the last usage of the deprecated and removed Python2 PiperOrigin-RevId: 375759184
* Googletest exportAbseil Team2021-04-091-5/+7
| | | | | | Generalize root directory in CI scripts PiperOrigin-RevId: 367628939
* Googletest exportAbseil Team2021-03-091-0/+122
Add CI test scripts PiperOrigin-RevId: 360931988