Skip to content

Commit

Permalink
actions: work around sched boost warning issue
Browse files Browse the repository at this point in the history
With gcc12+ the boost version we get in bookworm and jammy pops out a
maybe-uninitialized warning from one of its headers.  This seems to be
an issue with the sched build system, and should be fixed by the cmake
PR, but work around it for flux-sched check here until that's fixed
upstream.  Cross-linking to flux-framework/flux-sched#1049
  • Loading branch information
trws committed Aug 8, 2023
1 parent 0989e1e commit a609890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- run: >
cd .. && git clone https://github.com/flux-framework/flux-sched &&
cd flux-sched &&
src/test/docker/docker-run-checks.sh -j 4 -i bookworm
src/test/docker/docker-run-checks.sh -j 4 -i bookworm -- CXXFLAGS=-Wno-error=maybe-uninitialized
check-accounting:
needs: [python-lint]
Expand Down

0 comments on commit a609890

Please sign in to comment.