We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c09805 commit 0366b5aCopy full SHA for 0366b5a
.github/jobs/configure-checks/all.bats
@@ -22,6 +22,9 @@ translate () {
22
if [ "$distro_id" = "ID=fedora" ]; then
23
args=${args/libcgroup-dev/libcgroup-devel}
24
fi
25
+ if [ "$distro_id" = "ID=arch" ]; then
26
+ args=${args/libcgroup-dev/}
27
+ fi
28
echo "$args"
29
}
30
@@ -130,7 +133,7 @@ compile_assertions_finished () {
130
133
131
134
132
135
@test "Install GNU C only" {
- if [ "$distro_id" = "ID=fedora" ]; then
136
+ if [ "$distro_id" = "ID=fedora" ] || [ "$distro_id" = "ID=arch" ]; then
137
# Fedora ships with a gcc with enough C++ support
138
skip
139
0 commit comments