Skip to content

Commit

Permalink
Use fmt 11.0.1 since 11.0.2 introduces new -Wstringop-overflow warnin…
Browse files Browse the repository at this point in the history
…gs in GCC 13/14 CI configurations

fmtlib/fmt#4125
  • Loading branch information
msimberg committed Aug 27, 2024
1 parent 6b09909 commit 9101969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitlab/includes/gcc13_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ include:
^[email protected] ^[email protected] \
^[email protected]=main \
^spdlog cxxflags=-D_GLIBCXX_DEBUG cxxflags=-D_GLIBCXX_DEBUG_PEDANTIC \
cxxflags=-D_GLIBCXX_DEBUG_BACKTRACE cxxflags=-D_GLIBCXX_ASSERTIONS'"
cxxflags=-D_GLIBCXX_DEBUG_BACKTRACE cxxflags=-D_GLIBCXX_ASSERTIONS' \
^[email protected]"
CMAKE_FLAGS: "-DPIKA_WITH_CXX_STANDARD=$CXXSTD -DPIKA_WITH_MALLOC=system \
-DPIKA_WITH_STDEXEC=ON -DPIKA_WITH_SPINLOCK_DEADLOCK_DETECTION=ON \
-DCMAKE_CXX_FLAGS='-D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -D_GLIBCXX_DEBUG_BACKTRACE -D_GLIBCXX_ASSERTIONS'"
Expand Down
3 changes: 2 additions & 1 deletion .gitlab/includes/gcc14_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ include:
CXXSTD: 20
SPACK_SPEC: "pika@main arch=$SPACK_ARCH %${COMPILER} malloc=system cxxstd=$CXXSTD +stdexec \
^[email protected] ^[email protected] \
^[email protected]=main"
^[email protected]=main \
^[email protected]"
CMAKE_FLAGS: "-DPIKA_WITH_CXX_STANDARD=$CXXSTD -DPIKA_WITH_MALLOC=system \
-DPIKA_WITH_STDEXEC=ON -DPIKA_WITH_SPINLOCK_DEADLOCK_DETECTION=ON"

Expand Down

0 comments on commit 9101969

Please sign in to comment.