Skip to content

Commit

Permalink
build: partially revert recent arm64 changes (#352)
Browse files Browse the repository at this point in the history
Revert to cross-compiling for aarch64/Linux in GitHub checks to avoid internal rust compiler errors
  • Loading branch information
reubeno authored Jan 22, 2025
1 parent acafe10 commit 6d5299f
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ jobs:
required_tools: ""
binary_name: "brush"
extra_build_args: ""
# Build for aarch64/linux target on native host.
- host: "ubuntu-24.04-arm"
target: ""
# Build for aarch64/linux target on x86_64/Linux host.
- host: "ubuntu-24.04"
target: "aarch64-unknown-linux-gnu"
os: "linux"
arch: "aarch64"
required_tools: "gcc-aarch64-linux-gnu"
binary_name: "brush"
extra_build_args: ""
# Build for WASI-0.2 target on x86_64/linux host.
Expand Down Expand Up @@ -134,11 +135,12 @@ jobs:
name_suffix: "(linux/x86_64)"
homebrew_supported: true

- host: "ubuntu-24.04-arm"
variant: "linux-aarch64"
artifact_suffix: "linux-aarch64"
name_suffix: "(linux/aarch64)"
homebrew_supported: false
# TODO: Reenable this once compiler ICEs have been resolved.
# - host: "ubuntu-24.04-arm"
# variant: "linux-aarch64"
# artifact_suffix: "linux-aarch64"
# name_suffix: "(linux/aarch64)"
# homebrew_supported: false

- host: "macos-latest"
variant: "macos"
Expand Down

0 comments on commit 6d5299f

Please sign in to comment.