brizental pushed to branch base-browser-140.2.0esr-15.0-1 at The Tor Project /
Applications / Tor Browser
Commits:
a12f7973 by Beatriz Rizental at 2025-08-28T14:51:57+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/tor-browser/-/commit/a12f7973976f189adb7cc6c42b41fa14691dfc68
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/a12f7973976f189adb7cc6c42b41fa14691dfc68
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]