Skip to content

Commit

Permalink
[DO NOT MERGE] Faster CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Mar 24, 2023
1 parent 34ef9eb commit 131dc66
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,19 +160,19 @@ jobs:
- os: ubuntu-20.04
env:
TARGET_TRIPLE: x86_64-unknown-linux-gnu
- os: macos-latest
env:
TARGET_TRIPLE: x86_64-apple-darwin
# cross-compile from Linux to Windows using mingw
- os: ubuntu-latest
env:
TARGET_TRIPLE: x86_64-pc-windows-gnu
- os: windows-latest
env:
TARGET_TRIPLE: x86_64-pc-windows-msvc
- os: windows-latest
env:
TARGET_TRIPLE: x86_64-pc-windows-gnu
# - os: macos-latest
# env:
# TARGET_TRIPLE: x86_64-apple-darwin
# # cross-compile from Linux to Windows using mingw
# - os: ubuntu-latest
# env:
# TARGET_TRIPLE: x86_64-pc-windows-gnu
# - os: windows-latest
# env:
# TARGET_TRIPLE: x86_64-pc-windows-msvc
# - os: windows-latest
# env:
# TARGET_TRIPLE: x86_64-pc-windows-gnu

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
if: ${{ github.ref == 'refs/heads/dev-release' }} # FIXME change to master
needs: [test, dist]
needs: [dist] # FIXME add rustfmt, test and bench

concurrency:
group: release-dev
Expand Down

0 comments on commit 131dc66

Please sign in to comment.