Skip to content

Commit

Permalink
fixup! Build CLI with musl
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Oct 31, 2024
1 parent 49d36e1 commit deec240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ jobs:
timeout-minutes: 5

- name: Build CLI
shell: bash
run: >-
shell: bash -o pipefail -eux {0}
run: |
cross build -p parsec-cli
--target=${{ matrix.target }}
$(python make.py parsec-cli-release-cargo-flags)
Expand Down
1 change: 0 additions & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu@sha256:cf091033b6c4b0416a03d181080ad45c418248a262867a623306748a2c02a3c2" # pin ghcr.io/cross-rs/x86_64-unknown-linux-gnu:main
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
# We do not add the prefix $CROSS_DEB_ARCH since neither libfuse3-dev nor libssl-dev is available for musl-linux-amd64
"apt-get update && apt-get --assume-yes install libfuse3-dev libssl-dev libunwind-dev liblzma-dev",
]

Expand Down

0 comments on commit deec240

Please sign in to comment.