Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request mozilla#80 from paritytech/igor-fix-aarch64-ci
Browse files Browse the repository at this point in the history
Fix aarch64-unknown-linux-musl CI build
  • Loading branch information
Xanewok authored Jun 29, 2021
2 parents 87b1e81 + 1077d53 commit f30b641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
set -x
echo deb [arch=arm64] http://azure.ports.ubuntu.com/ubuntu-ports/ $(lsb_release -c -s) main restricted universe multiverse | sudo tee /etc/apt/sources.list.d/99ports.list > /dev/null
sudo dpkg --add-architecture arm64
sudo apt-get update || true
sudo apt-get update --fix-missing || true
sudo apt-get install musl-dev:arm64 binutils-multiarch gcc-aarch64-linux-gnu libc6-dev-arm64-cross
apt-get download musl-tools:arm64
sudo dpkg-deb -x musl-tools_*_arm64.deb /
Expand Down

0 comments on commit f30b641

Please sign in to comment.