Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vasseur committed Nov 20, 2023
1 parent 4452006 commit 8945f90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/jobs/configure-checks/all.bats
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ translate () {
args=${args/ntp/chrony}
args=${args/apache2/httpd}
args=${args/php-mysql/php-mysqlnd}
args=${args/glibc-source/glibc}
fi
echo "$args"
}
Expand Down Expand Up @@ -432,7 +433,7 @@ compile_assertions_finished () {
php-curl php-json php-xml php-zip composer ntp
repo-install acl zip unzip mariadb-server apache2 \
php php-fpm php-gd php-cli php-intl php-mbstring php-mysql \
php-curl php-json php-xml php-zip composer ntp
php-curl php-json php-xml php-zip composer ntp glibc-source
run run_configure
assert_line " * domserver...........: /opt/domjudge/domserver"
assert_regex "^ \* webserver group\.\.\.\.\.: (www-data|apache|nginx)$"
Expand Down

0 comments on commit 8945f90

Please sign in to comment.