Skip to content

Commit

Permalink
ci: removing SDL tests from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo committed Jan 24, 2024
1 parent eeec219 commit fb032f9
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/linux-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
libudev-dev \
libdrm-dev \
libpci-dev \
libunwind-dev \
libsdl2-dev
libunwind-dev
- name: Setup Rust
uses: ATiltedTree/setup-rust@v1
Expand Down Expand Up @@ -64,6 +63,7 @@ jobs:
-DTEST_RUST_WAYLAND=OFF \
-DTEST_NVIDIA=OFF \
-DTEST_EXCEPTIONS=OFF \
-DTEST_SDL=OFF \
-DCARGO_TARGET_BUILD=aarch64-unknown-linux-gnu \
-G Ninja
Expand Down Expand Up @@ -102,14 +102,6 @@ jobs:
steps:
- uses: actions/checkout@v3

# We use SDL to test out joypad virtualization
- uses: libsdl-org/setup-sdl@main
id: sdl
with:
install-linux-dependencies: true
version: 2-latest
version-sdl-image: 2-latest

- name: Prepare environment
# ubuntu-latest breaks without libunwind-dev,
# see: https://github.com/actions/runner-images/issues/6399#issuecomment-1286050292
Expand Down

0 comments on commit fb032f9

Please sign in to comment.