File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
.github/jobs/configure-checks Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -10,25 +10,12 @@ case $distro_id in
1010 dnf install pkg-config make bats autoconf automake util-linux -y ;;
1111 * )
1212 apt-get update; apt-get full-upgrade -y
13- apt-get install pkg-config make bats autoconf -y
14- apt-get install composer php php-cli php-curl php-fpm php-gd \
15- php-intl php-json php-mbstring php-mysql php-xml php-zip \
16- acl zip unzip mariadb-server python3-sphinx \
17- python3-sphinx-rtd-theme rst2pdf fontconfig python3-yaml \
18- latexmk texlive-latex-recommended texlive-latex-extra \
19- tex-gyre -y ;;
13+ apt-get install pkg-config make bats autoconf ;;
2014esac
2115
2216# Build the configure file
2317make configure
2418
25- case $distro_id in
26- " ID=fedora" )
27- true ;;
28- * )
29- (cd webapp; composer install --no-scripts ) ;;
30- esac
31-
3219# Install extra assert statements for bots
3320cp submit/assert.bash .github/jobs/configure-checks/
3421
You can’t perform that action at this time.
0 commit comments