mach: Expose a --skip-static-analysis to mach boostrap (#32587)

This should speed up runners which just need to run the WPT tests.

Fixes #32582.
This commit is contained in:
Martin Robinson 2024-06-24 19:13:09 +02:00 committed by GitHub
parent 30dad2565f
commit e331cc67c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 15 additions and 10 deletions

View file

@ -17,7 +17,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
sudo apt update
python3 ./mach bootstrap
python3 ./mach bootstrap --skip-lints
- name: Set LIBCLANG_PATH # This is needed for bindgen in mozangle.
run: echo "LIBCLANG_PATH=/usr/lib/llvm-14/lib" >> $GITHUB_ENV
- name: Compile docs