Skip to content

Commit

Permalink
Remove zlib1g-dev:arm64 from cross-compilation to aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Sep 20, 2024
1 parent b6b34fd commit 25692a8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/snapshot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,10 @@ jobs:
sudo dpkg --add-architecture arm64
sudo apt-get update
# zlib1g-dev:arm64 is only necessary because amd64 version is present on the host and cross-compilation of
# hwlocality-sys fails otherwise
sudo apt-get install -y --no-install-recommends \
g++-aarch64-linux-gnu \
gcc-aarch64-linux-gnu \
libc6-dev-arm64-cross \
zlib1g-dev:arm64
libc6-dev-arm64-cross
echo "PKG_CONFIG_ALLOW_CROSS=true" >> $GITHUB_ENV
if: matrix.build.target == 'aarch64-unknown-linux-gnu'
Expand Down

0 comments on commit 25692a8

Please sign in to comment.