Skip to content

Commit b872426

Browse files
Cleanup old aarch stuff
1 parent a703d71 commit b872426

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/testpr.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,6 @@ jobs:
4545
# git in C:\Program Files\Git\bin is used by pip install git+
4646
dirs: 'C:\Program Files\Git\usr\bin;C:\Program Files\Git\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin'
4747

48-
# - shell: bash -l {0}
49-
# if: matrix.platform == 'linux-aarch64'
50-
# run: |
51-
# echo "::group::Configure binfmt_misc"
52-
# docker run --rm --privileged multiarch/qemu-user-static:register --reset --credential yes
53-
# export FEEDSTOCK_NAME="$(basename $GITHUB_REPOSITORY)"
54-
# export GIT_BRANCH="$(basename $GITHUB_REF)"
55-
# echo "::endgroup::"
56-
57-
# - name: Install libgl1-mesa-dev (only for linux-aarch64)
58-
# if: matrix.platform == 'linux-aarch64'
59-
# shell: bash -l {0}
60-
# run: |
61-
# sudo apt-get update
62-
# sudo apt-get install -y libgl1-mesa-dev libglu1-mesa-dev libx11-dev libxi-dev libxmu-dev
63-
6448
# For some reason, the Strawberry perl's pkg-config is found
6549
# instead of the conda's one, so let's delete the /c/Strawberry directory
6650
# Furthermore, we also need to remove an older SDK that is used and can result in compilation problems

0 commit comments

Comments
 (0)