Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hkratz committed Oct 19, 2024
1 parent 7a51464 commit 8b1240f
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,6 @@ on:
env:
CARGO_TERM_COLOR: always
jobs:
cross-build-arm-default:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: ["1.38.0", stable, beta, nightly]
features: ["--features std", ""]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
targets: arm-unknown-linux-gnueabi, aarch64-unknown-linux-gnu
- name: Build
run: |
for target in arm-unknown-linux-gnueabi aarch64-unknown-linux-gnu
do
cargo build --no-default-features --target $target --verbose
cargo build --no-default-features --target $target --verbose
done
cross-test-i686:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 8b1240f

Please sign in to comment.