From 42c04bf2231afafc000d06fe6360258d83c30ed7 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 26 Aug 2022 16:01:55 +0200 Subject: [PATCH] arm64: disable texinfo hooks as a workaround see #62 --- .github/workflows/build.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e78cb96..dd4be7b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |