mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
fixes #2516: MSYS2/Appveyor building problem fixed
This commit is contained in:
parent
30949c1578
commit
ec690eaac6
@ -35,7 +35,7 @@ install:
|
||||
# (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")
|
||||
# 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")
|
||||
# the following line is not a duplicate line:
|
||||
# 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")
|
||||
|
||||
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:
|
||||
# some file globbing tests
|
||||
@ -66,3 +66,4 @@ only_commits:
|
||||
- include/*
|
||||
- OpenCL/inc_*
|
||||
- Makefile
|
||||
- .appveyor.yml
|
||||
|
Loading…
Reference in New Issue
Block a user