Skip to content

Commit

Permalink
arm64: disable texinfo hooks as a workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Aug 26, 2022
1 parent b36a4da commit 42c04bf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,17 @@ jobs:
location: 'D:\A'
release: ${{ runner.arch == 'ARM64' && 'false' || 'true' }}

# https://github.com/msys2/msys2-autobuild/issues/62
- name: Disable texinfo hooks for ARM64
if: runner.arch == 'ARM64'
shell: msys2 {0}
run: |
# by creating empty hooks there that are named the same
# we disable the hooks from the package
mkdir -p /etc/pacman.d/hooks
touch /etc/pacman.d/hooks/texinfo-install.hook
touch /etc/pacman.d/hooks/texinfo-remove.hook
- name: Switch to the main mirror
shell: msys2 {0}
run: |
Expand Down

0 comments on commit 42c04bf

Please sign in to comment.