ci: Install mozjs-devel instead of gjs-devel

All we are really interested in is mozjs' js52 utility for running
syntax checks - gjs has significantly more dependencies, so cut
down on time and bandwidth spent on downloading and installing
unneeded packages.

This cuts down the number of packages we install from 202 to 13,
and the download size from 133M to 17M.
This commit is contained in:
Florian Müllner
2018-03-06 01:01:49 +01:00
parent 64c17acc0a
commit 127b5e6c25
+1 -1
View File
@@ -4,7 +4,7 @@ stages:
- build
before_script:
- dnf install -y meson gettext gjs-devel
- dnf install -y meson gettext mozjs52-devel
build-shell-extensions:
stage: build