Skip to content

Commit

Permalink
Revert "Try cross."
Browse files Browse the repository at this point in the history
This reverts commit fb866a8.
  • Loading branch information
csasarak committed Aug 27, 2024
1 parent fb866a8 commit 0c7d709
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ jobs:
# This action installs the 'minimal' profile.
- uses: dtolnay/rust-toolchain@stable

- uses: taiki-e/install-action@v2
with:
tool: nextest,cross


- uses: Swatinem/rust-cache@v2

- name: Debugging information
Expand All @@ -91,9 +86,9 @@ jobs:
# using jemalloc reduces the performance impact of this
# over the default libc allocator (which performs very poorly in static builds).
- name: Build Rust dependencies (Linux)
if: ${{ matrix.os == 'LinuxARM' }}
if: ${{ matrix.os-name == 'Linux' }}
run: |
cross build --target=aarch64-unknown-linux-musl --release
cargo build --features jemalloc --release
# Non-Linux environments generally don't need `jemalloc`
# and in particular Windows doesn't support it.
Expand Down

0 comments on commit 0c7d709

Please sign in to comment.