File tree 2 files changed +6
-6
lines changed
.github/jobs/configure-checks
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -178,8 +178,8 @@ compile_assertions_finished () {
178
178
groupdel ${www_group} || true
179
179
done
180
180
repo-install httpd
181
- grep -E ' nginx|apache' /etc/passwd || true
182
- grep -E ' nginx|apache' /etc/group || true
181
+ # grep -E 'nginx|apache' /etc/passwd || true
182
+ # grep -E 'nginx|apache' /etc/group || true
183
183
run ./configure --with-domjudge-user=$u
184
184
assert_line " checking webserver-group... apache (detected)"
185
185
assert_line " * webserver group.....: apache"
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ distro_id=$(grep "^ID=" /etc/os-release)
7
7
# Install everything for configure and testing
8
8
case $distro_id in
9
9
" ID=fedora" )
10
- grep -E ' nginx|apache' /etc/passwd || true
11
- grep -E ' nginx|apache' /etc/group || true
10
+ # grep -E 'nginx|apache' /etc/passwd || true
11
+ # grep -E 'nginx|apache' /etc/group || true
12
12
13
13
dnf install -y pkg-config make bats autoconf automake util-linux \
14
14
httpd
15
15
16
- grep -E ' nginx|apache' /etc/passwd || true
17
- grep -E ' nginx|apache' /etc/group || true
16
+ # grep -E 'nginx|apache' /etc/passwd || true
17
+ # grep -E 'nginx|apache' /etc/group || true
18
18
;;
19
19
* )
20
20
apt-get update; apt-get full-upgrade -y
You can’t perform that action at this time.
0 commit comments