-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: bump abseil-cpp to 20230802.0 #19345
Conversation
refer [bazel-6.2.1 fails to build with gcc-13 · Issue bazelbuild#18642 · bazelbuild/bazel](bazelbuild#18642) I use only GitHub because `20230802.0.tar.gz` not found in the mirror. Should be test on abseil-cpp by latest. Because this version is LTS. This version build on bazel v6, use `BAZEL_CXXOPTS='-std=c++14' bazel build //src:bazel-dev`. Because bazel v6 use `-std=c++0x` by default.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
It seems that if the version of Bazel used for CI is v6, then of course CI will fail. |
If the Bazel v6 series is the stable version and it is a requirement to be able to build with it, this can be incorporated after Bazel v7 is stable and it is reflected in CI. |
Hi @ncaq, Could you please sign the CLA? |
@sgowroji |
Hi @ncaq, Could you please take a look at the failing checks? |
@sgowroji |
Looks like this has been superseded by #22246 |
refer bazel-6.2.1 fails to build with gcc-13 · Issue #18642 · bazelbuild/bazel
I use only GitHub because
20230802.0.tar.gz
not found in the mirror. Should be test on abseil-cpp by latest.Because this version is LTS.
This version build on bazel v6, use
BAZEL_CXXOPTS='-std=c++14' bazel build //src:bazel-dev
. Because bazel v6 use-std=c++0x
by default.