From eba1f04f44c4bdf2029e96acc19379de2fc8949c Mon Sep 17 00:00:00 2001 From: Zakariyya Mughal Date: Sat, 11 Nov 2023 23:11:05 -0500 Subject: [PATCH] GHA: Disable Windows MSYS2/MinGW Error: missing LT_INIT in `libcds` and `libhdt`, e.g.: > ``` > libcds/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined > libcds/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' > libcds/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. > libcds/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure > libcds/Makefile.am:8: its definition is in aclocal's search path. > ``` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 077ff93..81e2622 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: # Windows strawberry | share #- { perl-version: '5.34' , os: windows-latest , dist: strawberry , alien-install-type: 'share' } # Windows msys2 | system, share - - { perl-version: '5.34' , os: windows-latest , dist: msys2 , alien-install-type: 'share' } + #- { perl-version: '5.34' , os: windows-latest , dist: msys2 , alien-install-type: 'share' } # macOS | system, share - { perl-version: '5.34' , os: macos-11 , alien-install-type: 'system' } # Disabling macOS share build due to bug .