mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-14 10:38:18 +00:00
Merge pull request #2521 from philsmd/patch-3
fixes #2516: MSYS2/Appveyor building problem fixed
This commit is contained in:
commit
ca12f95dc9
@ -35,7 +35,7 @@ install:
|
|||||||
# (temporary?) problem with msys/pacman/objc/ada (see https://github.com/msys2/msys2/wiki/FAQ)
|
# (temporary?) problem with msys/pacman/objc/ada (see https://github.com/msys2/msys2/wiki/FAQ)
|
||||||
- if defined MSYSTEM (%BASH% -lc "pacman -Rns --noconfirm mingw-w64-{i686,x86_64}-gcc-ada mingw-w64-{i686,x86_64}-gcc-objc")
|
- if defined MSYSTEM (%BASH% -lc "pacman -Rns --noconfirm mingw-w64-{i686,x86_64}-gcc-ada mingw-w64-{i686,x86_64}-gcc-objc")
|
||||||
# temporary fix for MSYS revoked/new signing keys:
|
# temporary fix for MSYS revoked/new signing keys:
|
||||||
- if defined MSYSTEM (%BASH% -lc "curl https://pastebin.com/raw/shmENPgV | bash")
|
- if defined MSYSTEM (%BASH% -lc "curl https://pastebin.com/raw/e0y4Ky9U | bash")
|
||||||
- if defined MSYSTEM (%BASH% -lc "pacman -Suuy --noconfirm")
|
- if defined MSYSTEM (%BASH% -lc "pacman -Suuy --noconfirm")
|
||||||
# the following line is not a duplicate line:
|
# the following line is not a duplicate line:
|
||||||
# it is necessary to upgrade the MSYS base files and after that all the packages
|
# it is necessary to upgrade the MSYS base files and after that all the packages
|
||||||
@ -43,7 +43,7 @@ install:
|
|||||||
- if defined MSYSTEM (%BASH% -lc "pacman -Suuy --noconfirm")
|
- if defined MSYSTEM (%BASH% -lc "pacman -Suuy --noconfirm")
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- if defined BASH (%BASH% -lc "cd $(cygpath ${APPVEYOR_BUILD_FOLDER}) && git submodule update --init && make")
|
- if defined BASH (%BASH% -lc "cd $(cygpath ${APPVEYOR_BUILD_FOLDER}) && make")
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
# some file globbing tests
|
# some file globbing tests
|
||||||
@ -66,3 +66,4 @@ only_commits:
|
|||||||
- include/*
|
- include/*
|
||||||
- OpenCL/inc_*
|
- OpenCL/inc_*
|
||||||
- Makefile
|
- Makefile
|
||||||
|
- .appveyor.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user