mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
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:
parent
30dad2565f
commit
e331cc67c3
6 changed files with 15 additions and 10 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/linux-wpt.yml
vendored
2
.github/workflows/linux-wpt.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
|||
python3 -m pip install --upgrade pip
|
||||
sudo apt update
|
||||
sudo apt install -qy --no-install-recommends mesa-vulkan-drivers
|
||||
python3 ./mach bootstrap
|
||||
python3 ./mach bootstrap --skip-lints
|
||||
- name: Sync from upstream WPT
|
||||
if: ${{ inputs.wpt-sync-from-upstream }}
|
||||
run: |
|
||||
|
|
2
.github/workflows/mac-wpt.yml
vendored
2
.github/workflows/mac-wpt.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
run: |
|
||||
gtar -xzf target.tar.gz
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 ./mach bootstrap
|
||||
python3 ./mach bootstrap --skip-lints
|
||||
- name: Smoketest
|
||||
run: python3 ./mach smoketest --${{ inputs.profile }}
|
||||
- name: Run tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue