Skip to content

Commit

Permalink
ci: test cross compile
Browse files Browse the repository at this point in the history
  • Loading branch information
yankun1992 committed Jul 20, 2023
1 parent dba0107 commit 2c55bbb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,15 @@ env:
jobs:
cross:
strategy:
fail-fast: false
matrix:
# a list of all the targets
include:
- TARGET: x86_64-unknown-linux-gnu # tested in a debian container on a mac
OS: ubuntu-latest
- TARGET: x86_64-unknown-linux-musl # test in an alpine container on a mac
OS: ubuntu-latest
- TARGET: x86_64-pc-windows-msvc # tested on a windows machine
- TARGET: x86_64-pc-windows-msvc
OS: windows-latest
- TARGET: x86_64-apple-darwin
OS: macos-latest
- TARGET: aarch64-apple-darwin
OS: macos-latest
runs-on: ${{ matrix.OS }}
env:
NAME: rust cross compile
Expand All @@ -49,6 +48,7 @@ jobs:
name: result
path: out/fastbloomjvm/compileNative.dest/native/
deploy:
needs: cross
runs-on: ubuntu-22.04
env:
MILL_RUST_TARGET: x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 2c55bbb

Please sign in to comment.