mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
Change github workflows to not compile legacy layout (#35946)
Since it will be removed in #35943 Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
1c60c0b62e
commit
e2daeeaceb
6 changed files with 5 additions and 36 deletions
16
.github/workflows/linux.yml
vendored
16
.github/workflows/linux.yml
vendored
|
@ -58,7 +58,7 @@ on:
|
|||
wpt-layout:
|
||||
required: false
|
||||
type: choice
|
||||
options: ["none", "2013", "2020", "all"]
|
||||
options: ["none", "2020", "all"]
|
||||
unit-tests:
|
||||
required: false
|
||||
default: false
|
||||
|
@ -167,7 +167,7 @@ jobs:
|
|||
|
||||
- name: Build (${{ inputs.profile }})
|
||||
run: |
|
||||
./mach build --use-crown --locked --${{ inputs.profile }} --features "layout_2013"
|
||||
./mach build --use-crown --locked --${{ inputs.profile }}
|
||||
cp -r target/cargo-timings target/cargo-timings-linux
|
||||
- name: Smoketest
|
||||
run: xvfb-run ./mach smoketest --${{ inputs.profile }}
|
||||
|
@ -227,18 +227,6 @@ jobs:
|
|||
wpt-layout: "layout-2020"
|
||||
secrets: inherit
|
||||
|
||||
wpt-2013:
|
||||
if: ${{ inputs.wpt-layout == '2013' || inputs.wpt-layout == 'all' }}
|
||||
name: Linux WPT (Legacy)
|
||||
needs: ["build"]
|
||||
uses: ./.github/workflows/linux-wpt.yml
|
||||
with:
|
||||
wpt-args: ${{ inputs.wpt-args }}
|
||||
profile: ${{ inputs.profile }}
|
||||
wpt-sync-from-upstream: ${{ inputs.wpt-sync-from-upstream }}
|
||||
wpt-layout: "layout-2013"
|
||||
secrets: inherit
|
||||
|
||||
bencher:
|
||||
needs: ["build"]
|
||||
if: ${{ inputs.bencher && inputs.profile != 'debug' && github.event_name != 'workflow_dispatch' && github.event_name != 'merge_group' }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue