Skip to content

Commit 51eb0a9

Browse files
committed
Extending the images is unneeded without the test
1 parent 79e69cd commit 51eb0a9

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/jobs/configure-checks/setup_configure_image.sh

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff 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 ;;
2014
esac
2115

2216
# Build the configure file
2317
make 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
3320
cp submit/assert.bash .github/jobs/configure-checks/
3421

0 commit comments

Comments
 (0)