Skip to content

Commit

Permalink
CI:fix ARM builds
Browse files Browse the repository at this point in the history
-remove not found packages

Signed-off-by: Raluca Chis <[email protected]>
  • Loading branch information
Raluca Chis authored and pcercuei committed Jun 21, 2022
1 parent 6d59480 commit bc4c475
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ stages:
steps:
- script: |
set -e
sudo apt-get install -y gcc-arm-linux-gnueabihf libc6-dev-armhf-cross qemu-arm-static
sudo apt-get install -y g++-arm-linux-gnueabihf libstdc++-4.8-dev-armhf-cross
sudo apt-get install -y g++-aarch64-linux-gnu libstdc++-4.8-dev-arm64-cross
sudo apt-get install -y gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
sudo apt-get install -y g++-arm-linux-gnueabihf
sudo apt-get install -y g++-aarch64-linux-gnu
sudo apt-get install -y qemu-system-ppc64
sudo apt-get install qemu
sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
Expand Down

0 comments on commit bc4c475

Please sign in to comment.