[gnome-shell/gnome-3-38] ci: Use js78 for syntax check
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gnome-3-38] ci: Use js78 for syntax check
- Date: Fri, 11 Dec 2020 14:41:42 +0000 (UTC)
commit e37311eef36428d9926d26448955ea3c5bbbbf19
Author: Florian Müllner <fmuellner gnome org>
Date: Fri Dec 11 02:01:59 2020 +0100
ci: Use js78 for syntax check
One of the fixes in 3.38.2 makes use of optional chaining, which
is only supported since mozjs78.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1530
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1530>
.gitlab-ci.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index adad8f958d..95b3c2c6e3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,10 +27,10 @@ check_commit_log:
- merge_requests
js_check:
- image: registry.gitlab.gnome.org/gnome/gnome-shell/extension-ci:v2
+ image: registry.gitlab.gnome.org/gnome/gnome-shell/fedora/33:2020-11-17.0
stage: review
script:
- - find js -name '*.js' -exec js68 -c -s '{}' ';' 2>&1 | tee $JS_LOG
+ - find js -name '*.js' -exec js78 -c '{}' ';' 2>&1 | tee $JS_LOG
- (! grep -q . $JS_LOG)
<<: *only_default
artifacts:
@@ -39,7 +39,7 @@ js_check:
when: on_failure
eslint:
- image: registry.gitlab.gnome.org/gnome/gnome-shell/extension-ci:v2
+ image: registry.gitlab.gnome.org/gnome/gnome-shell/fedora/33:2020-11-17.0
stage: review
script:
- ./.gitlab-ci/run-eslint.sh
@@ -50,14 +50,14 @@ eslint:
when: always
potfile_check:
- image: registry.gitlab.gnome.org/gnome/gnome-shell/extension-ci:v2
+ image: registry.gitlab.gnome.org/gnome/gnome-shell/fedora/33:2020-11-17.0
stage: review
script:
- ./.gitlab-ci/check-potfiles.sh
<<: *only_default
no_template_check:
- image: registry.gitlab.gnome.org/gnome/gnome-shell/extension-ci:v2
+ image: registry.gitlab.gnome.org/gnome/gnome-shell/fedora/33:2020-11-17.0
stage: review
script:
- ./.gitlab-ci/check-template-strings.sh
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]