Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/jobs/configure-checks/all.bats
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ compile_assertions_finished () {
}

@test "Install GNU C only" {
if [ "$distro_id" = "ID=fedora" ]; then
# Fedora ships with a gcc with enough C++ support
skip
fi
repo-remove clang g++
repo-install gcc libcgroup-dev
compiler_assertions gcc ''
Expand Down
Loading