Skip to content

Commit

Permalink
Merge pull request #1741 from fermyon/try-building-linux-aarch64
Browse files Browse the repository at this point in the history
Try building aarch64 linux canary build
  • Loading branch information
vdice authored Sep 12, 2023
2 parents 00ed99e + 07db218 commit 09de06b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,14 @@ jobs:
target: "",
targetDir: "target/release",
}
# Temporarily turning off Linux aarch64 builds so we can generate a canary release.
# - {
# os: "ubuntu-20.04",
# arch: "aarch64",
# extension: "",
# extraArgs: "--features openssl/vendored --target aarch64-unknown-linux-gnu",
# target: "aarch64-unknown-linux-gnu",
# targetDir: "target/aarch64-unknown-linux-gnu/release",
# }
- {
os: "ubuntu-20.04",
arch: "aarch64",
extension: "",
extraArgs: "--features openssl/vendored --target aarch64-unknown-linux-gnu",
target: "aarch64-unknown-linux-gnu",
targetDir: "target/aarch64-unknown-linux-gnu/release",
}
- {
os: "macos-latest",
arch: "amd64",
Expand Down Expand Up @@ -112,6 +111,7 @@ jobs:
sudo apt install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
echo '[target.aarch64-unknown-linux-gnu]' >> ${HOME}/.cargo/config.toml
echo 'linker = "aarch64-linux-gnu-gcc"' >> ${HOME}/.cargo/config.toml
echo 'rustflags = ["-Ctarget-feature=+fp16"]' >> ${HOME}/.cargo/config.toml
- name: build release
shell: bash
Expand Down

0 comments on commit 09de06b

Please sign in to comment.