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
10
10
dnf install pkg-config make bats autoconf automake util-linux -y ;;
11
11
* )
12
12
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 ;;
20
14
esac
21
15
22
16
# Build the configure file
23
17
make configure
24
18
25
- case $distro_id in
26
- " ID=fedora" )
27
- true ;;
28
- * )
29
- (cd webapp; composer install --no-scripts ) ;;
30
- esac
31
-
32
19
# Install extra assert statements for bots
33
20
cp submit/assert.bash .github/jobs/configure-checks/
34
21
You can’t perform that action at this time.
0 commit comments