summaryrefslogtreecommitdiffstats
path: root/ci/macos-presubmit.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Bzlmod for the next releaseDerek Mauro2024-01-251-0/+1
| | | | | | | | | | | | | | | | | | | https://bazel.build/external/overview#bzlmod Bzlmod will be the default in a future Bazel release. By default it requires projects to be registered with the Bazel Central Registry (https://registry.bazel.build/) and thus uses regular releases by default. Users that want to "live-at-head" can still do this through with overrides (https://bazel.build/external/module#overrides). This change updates GoogleTest dependencies to use released versions. CI uses Bzlmod except in the case of linux_gcc-floor, which will keep testing the old WORKSPACE-based dependency system. PiperOrigin-RevId: 601489729 Change-Id: I6be52034eba0d0e5fe12110e5e82879305cf73ff
* Update CI builds to use Bazel 7.0.0Derek Mauro2024-01-091-1/+1
| | | | | | | --features=external_include_paths has been removed from Windows builds since it appears cause build command errors currently PiperOrigin-RevId: 597020418 Change-Id: Ie37be0d05f3a154ab0d3c3f7d39b4e2c0ed650a3
* Add -Wundef to the CI scripts when building with BazelTom Hughes2023-03-071-0/+1
| | | | | | | | The CMake build already adds -Wundef for gcc/clang. This change makes sure that the gcc/clang Bazel builds also compile correctly with -Wundef (#3267). PiperOrigin-RevId: 514864451 Change-Id: I7798a4a4c68d037e23625db24ee29df454367734
* 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/+1
| | | | | | | from dependencies PiperOrigin-RevId: 467244441 Change-Id: Iefa65474d8c62e7c4c942957dc8e275715076e5f
* Remove support for C++11Derek Mauro2022-06-301-2/+3
| | | | | | | | 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
* Googletest exportAbseil Team2021-04-091-3/+5
| | | | | | Generalize root directory in CI scripts PiperOrigin-RevId: 367628939
* Googletest exportAbseil Team2021-03-091-0/+71
Add CI test scripts PiperOrigin-RevId: 360931988