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 CI configuration

fmtlib/fmt#4125
  • Loading branch information
msimberg committed Aug 26, 2024
1 parent 6b09909 commit b3f24d2
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit b3f24d2

Please sign in to comment.