brizental pushed to branch mullvad-browser-140.2.0esr-15.0-1 at The Tor Project
/ Applications / Mullvad Browser
Commits:
04f76652 by Beatriz Rizental at 2025-08-28T14:53:18+02:00
fixup! Add CI for Base Browser
- - - - -
1 changed file:
- .gitlab/ci/jobs/lint/lint.yml
Changes:
=====================================
.gitlab/ci/jobs/lint/lint.yml
=====================================
@@ -4,11 +4,11 @@ lint-all:
image: $IMAGE_PATH
interruptible: true
variables:
- MOZBUILD_STATE_PATH: "$CI_PROJECT_DIR/.cache/mozbuild"
+ # Has to be the same as defined in `containers/base/Containerfile`
+ MOZBUILD_STATE_PATH: "/var/tmp/mozbuild"
cache:
paths:
- node_modules
- - .cache/mozbuild
# Store the cache regardless on job outcome
when: 'always'
# Share the cache throughout all pipelines running for a given branch
@@ -17,7 +17,7 @@ lint-all:
# Run these jobs in the browser dedicated runners.
- firefox
script:
- - ./mach configure --without-wasm-sandboxed-libraries
--with-base-browser-version=0.0.0
+ - ./mach configure --with-base-browser-version=0.0.0
- .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -0
--no-run-if-empty ./mach lint -v
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/04f76652d2072330c2a17fbba056d1df22a71386
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/04f76652d2072330c2a17fbba056d1df22a71386
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]