Skip to content

Commit

Permalink
upgrade pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
oathdruid committed Oct 13, 2024
1 parent 6316329 commit 9ec9ca1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
common --registry=https://bcr.bazel.build
common --registry=file://%workspace%/registry

build --cxxopt=-faligned-new

# Include attribute is not properly set in abseil-cpp.
# Enable external_include_paths globally make them include with -isystem.
test --//:werror --features external_include_paths
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
compiler: [{name: gcc, flag: --action_env=CC=gcc-14}, {name: clang, flag: --action_env=CC=clang-18}]
std: [{name: c++20, flag: --cxxopt=-std=c++20}, {name: c++14, flag: --cxxopt=-std=c++14 -cxxopt=-faligned-new}]
std: [{name: c++20, flag: --cxxopt=-std=c++20}, {name: c++14, flag: --cxxopt=-std=c++14 --cxxopt=-faligned-new}]
stdlib: [{name: stdlibc++}, {name: libc++, flag: --cxxopt=-stdlib=libc++ --linkopt=-stdlib=libc++}]
feature: [{name: asan, flag: --config=asan}, {name: tsan, flag: --features=tsan}]
exclude:
Expand Down

0 comments on commit 9ec9ca1

Please sign in to comment.