Skip to content

Commit

Permalink
Revert building outside the qemu container.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Mar 28, 2023
1 parent e1ae419 commit 3ac1c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@ jobs:
- name: Install Magick.Native
run: 'build/shared/install.Magick.Native.sh "dlemstra" "${{ secrets.GITHUB_TOKEN }}" linux arm64'

- name: Build
run: build/shared/build.Magick.NET.sh

- name: Build OpenMP
run: build/shared/build.Magick.NET.sh OpenMP

- name: Set up QEMU
uses: docker/setup-qemu-action@master
with:
Expand Down
2 changes: 2 additions & 0 deletions build/linux-arm64/github-actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ set -e

cd /Magick.NET
build/linux-arm64/install.dependencies.sh
build/shared/build.Magick.NET.sh
build/shared/test.Magick.NET.sh
build/shared/build.Magick.NET.sh OpenMP
build/shared/test.Magick.NET.sh OpenMP

0 comments on commit 3ac1c85

Please sign in to comment.