Skip to content

Commit 01feadd

Browse files
committed
Disable linux arm64 tests because this segfaults.
1 parent 88eb6c4 commit 01feadd

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/main.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -71,29 +71,29 @@ jobs:
7171
- name: Test OpenMP
7272
run: build/shared/test.Magick.NET.sh OpenMP
7373

74-
linux_arm64:
75-
name: 'Linux (Q8/Q16/Q16-HDRI, arm64)'
76-
runs-on: ubuntu-latest
74+
# linux_arm64:
75+
# name: 'Linux (Q8/Q16/Q16-HDRI, arm64)'
76+
# runs-on: ubuntu-latest
7777

78-
steps:
78+
# steps:
7979

80-
- name: Checkout
81-
uses: actions/checkout@v4
82-
with:
83-
fetch-depth: 1
80+
# - name: Checkout
81+
# uses: actions/checkout@v4
82+
# with:
83+
# fetch-depth: 1
8484

85-
- name: Install Magick.Native
86-
run: 'build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" linux arm64'
85+
# - name: Install Magick.Native
86+
# run: 'build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" linux arm64'
8787

88-
- name: Set up QEMU
89-
uses: docker/setup-qemu-action@master
90-
with:
91-
platforms: arm64
88+
# - name: Set up QEMU
89+
# uses: docker/setup-qemu-action@master
90+
# with:
91+
# platforms: arm64
9292

93-
- name: Test
94-
run: |
95-
export path=$(pwd)
96-
docker run -v $path:/Magick.NET mcr.microsoft.com/dotnet/sdk:8.0-jammy-arm64v8 /Magick.NET/build/linux-arm64/github-actions.sh
93+
# - name: Test
94+
# run: |
95+
# export path=$(pwd)
96+
# docker run -v $path:/Magick.NET mcr.microsoft.com/dotnet/sdk:8.0-jammy-arm64v8 /Magick.NET/build/linux-arm64/github-actions.sh
9797

9898
macos:
9999
name: 'MacOS (Q8/Q16/Q16-HDRI)'

0 commit comments

Comments
 (0)