From f54af2639df8beffe0796dab710f02d3071bcd16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 14 Mar 2023 13:17:12 +0100 Subject: [PATCH] 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: --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 417a26b26..5cbea0367 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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