File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1616# https://github.com/bazelbuild/rules_fuzzing/blob/f6062a88d83463e2900e47bc218547ba046dad44/.bazelrc
1717
1818# Force the use of Clang for all builds.
19- build --action_env=CC=clang-10
20- build --action_env=CXX=clang++-10
19+ build --action_env=CC=clang-14
20+ build --action_env=CXX=clang++-14
2121
22- build --cxxopt=-std=c++14
23- build --host_cxxopt=-std=c++14
22+ build --cxxopt=-std=c++20
23+ build --host_cxxopt=-std=c++20
2424
2525# The ASAN configuration suitable for C++ unit tests.
2626build:asan --copt=-fsanitize=address
Original file line number Diff line number Diff line change 1- 4.0.0
1+ 4.0.0
Original file line number Diff line number Diff line change 1616#
1717# ###############################################################################
1818
19- bazel build //...
20- bazel test //... --test_output=errors
19+ # TODO: Remove these two lines after getting rid of python2 dependencies.
20+ apt-get upgrade
21+ apt-get -y install python
22+ bazelisk build //...
23+ bazelisk test //... --test_output=errors
You can’t perform that action at this time.
0 commit comments