Skip to content

Commit

Permalink
ci: Temporarily disable all jobs except macOS/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed May 3, 2024
1 parent d51f24a commit 8152e1c
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
strategy:
matrix:
include:
- { id: windows-x86_64, runner: '"windows-latest"' }
- { id: windows-x86, runner: '"windows-latest"' }
- { id: macos-x86_64, runner: '"macos-13"' }
#- { id: windows-x86_64, runner: '"windows-latest"' }
#- { id: windows-x86, runner: '"windows-latest"' }
#- { id: macos-x86_64, runner: '"macos-13"' }
- { id: macos-arm64, runner: '"macos-latest"' }
- { id: linux-x86_64, runner: '"ubuntu-latest"' }
- { id: linux-x86, runner: '"ubuntu-latest"' }
- { id: freebsd-arm64, runner: '["self-hosted", "freebsd", "arm64"]' }
#- { id: linux-x86_64, runner: '"ubuntu-latest"' }
#- { id: linux-x86, runner: '"ubuntu-latest"' }
#- { id: freebsd-arm64, runner: '["self-hosted", "freebsd", "arm64"]' }
fail-fast: false
runs-on: ${{ fromJSON(matrix.runner) }}
steps:
Expand Down Expand Up @@ -69,6 +69,7 @@ jobs:
run: make test

cross:
if: false
strategy:
matrix:
include:
Expand Down Expand Up @@ -99,6 +100,7 @@ jobs:
path: build/src/devkit/

manylinux:
if: false
strategy:
matrix:
arch: [x86, x86_64, x86_64-musl, armhf, arm64, arm64-musl, mips, mipsel, mips64, mips64el]
Expand All @@ -124,6 +126,7 @@ jobs:
run: make test

mobile:
if: false
strategy:
matrix:
id:
Expand Down Expand Up @@ -198,6 +201,7 @@ jobs:
./frida-tests
qnx-armeabi:
if: false
runs-on: ubuntu-latest
container: ghcr.io/frida/qnx-tools:latest
steps:
Expand Down

0 comments on commit 8152e1c

Please sign in to comment.