ci: Update JS image
The image hasn't been updated for over a year, and it's now based on an unsupported distro version. Jump directly to F38 which has just been released. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2695>
This commit is contained in:
parent
5a7ba105c4
commit
f54af2639d
@ -48,11 +48,11 @@ workflow:
|
||||
|
||||
.gnome-shell.fedora:
|
||||
variables:
|
||||
FDO_DISTRIBUTION_VERSION: 35
|
||||
FDO_DISTRIBUTION_TAG: '2022-01-18.0'
|
||||
FDO_DISTRIBUTION_VERSION: 38
|
||||
FDO_DISTRIBUTION_TAG: '2023-04-20.0'
|
||||
FDO_DISTRIBUTION_PACKAGES:
|
||||
findutils
|
||||
mozjs91-devel
|
||||
mozjs102-devel
|
||||
nodejs
|
||||
npm
|
||||
meson
|
||||
@ -128,7 +128,7 @@ js_check:
|
||||
- .gnome-shell.fedora
|
||||
stage: review
|
||||
script:
|
||||
- find js -name '*.js' $(printf "! -wholename %s " $(cat .jscheckignore)) -exec js91 -c '{}' ';' 2>&1 | tee $JS_LOG
|
||||
- find js -name '*.js' $(printf "! -wholename %s " $(cat .jscheckignore)) -exec js102 -c '{}' ';' 2>&1 | tee $JS_LOG
|
||||
- (! grep -q . $JS_LOG)
|
||||
artifacts:
|
||||
paths:
|
||||
@ -179,7 +179,7 @@ potfile_js_check:
|
||||
- .gnome-shell.fedora
|
||||
stage: review
|
||||
script:
|
||||
- js91 -m .gitlab-ci/check-potfiles.js
|
||||
- js102 -m .gitlab-ci/check-potfiles.js
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
Loading…
Reference in New Issue
Block a user