Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/real-mayflies-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fnm": patch
---

remove upx compression from arm binaries because it fails to build on latest rust
4 changes: 0 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
name: Sanity test
with:
Expand Down