Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
- main
pull_request:
merge_group:
workflow_dispatch:

name: CI

Expand Down Expand Up @@ -32,10 +33,6 @@ jobs:
install_runtime: true
cache: true
stripdown: true

# FIXME(eddyb) consider using lavapipe instead, or even trying both.
install_swiftshader: true
# install_lavapipe: true
- if: ${{ runner.os == 'Linux' }}
name: Linux - Install native dependencies
run: sudo apt install libwayland-cursor0 libxkbcommon-dev libwayland-dev
Expand Down Expand Up @@ -97,10 +94,6 @@ jobs:
install_runtime: true
cache: true
stripdown: true

# FIXME(eddyb) consider using lavapipe instead, or even trying both.
install_swiftshader: true
# install_lavapipe: true
- name: install rust-toolchain
run: cargo version
- name: cargo fetch --locked
Expand Down Expand Up @@ -145,10 +138,6 @@ jobs:
install_runtime: true
cache: true
stripdown: true

# FIXME(eddyb) consider using lavapipe instead, or even trying both.
install_swiftshader: true
# install_lavapipe: true
- name: install rust-toolchain
run: echo "TARGET=$(rustc --print host-tuple)" >> "$GITHUB_ENV"
- name: cargo fetch --locked
Expand Down Expand Up @@ -240,10 +229,6 @@ jobs:
install_runtime: true
cache: true
stripdown: true

# FIXME(eddyb) consider using lavapipe instead, or even trying both.
install_swiftshader: true
# install_lavapipe: true
# cargo version is a random command that forces the installation of rust-toolchain
- name: install rust-toolchain
run: cargo version
Expand Down