Browse Source

Remove UPX for ARM (#875)

* update upx on each install

* sudo everything

* remove upx

* add changeset
remotes/origin/alias-latest
Gal Schlezinger 2 years ago committed by GitHub
parent
commit
095289d3e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .changeset/real-mayflies-watch.md
  2. 4
      .github/workflows/rust.yml

5
.changeset/real-mayflies-watch.md

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
---
"fnm": patch
---
remove upx compression from arm binaries because it fails to build on latest rust

4
.github/workflows/rust.yml

@ -287,10 +287,6 @@ jobs: @@ -287,10 +287,6 @@ jobs:
- uses: actions/checkout@v3
- name: "Build release"
run: cross build --target $RUST_TARGET --release
- name: Compress binary using UPX
run: |
sudo apt-get install -y upx
upx target/$RUST_TARGET/release/fnm
- uses: uraimo/run-on-arch-action@v2.1.2
name: Sanity test
with:

Loading…
Cancel
Save