Skip to content
Snippets Groups Projects
Commit 8a28f277 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

Windows-build: improve handling failures in gnutls build-steps

Change-Id: I765959e1ac73ca8d0315d1ee85b18cbb0b4cf92b
parent 0e60561d
No related branches found
No related tags found
No related merge requests found
...@@ -15,9 +15,9 @@ ...@@ -15,9 +15,9 @@
"custom_scripts": { "custom_scripts": {
"pre_build": [ "pre_build": [
"git init", "git init",
"git remote add origin https://github.com/ShiftMediaProject/gnutls.git || true", "git remote add origin https://github.com/ShiftMediaProject/gnutls.git || exit /b 0",
"git fetch origin --depth=1 --tags && git reset --hard 3.8.3", "git fetch origin --depth=1 --tags && git reset --hard 3.8.3",
"git apply ../../src/gnutls/0001-fix-mkdir-permissions-on-Windows.patch", "git apply --whitespace=fix ../../src/gnutls/0001-fix-mkdir-permissions-on-Windows.patch",
"git submodule update --init --recursive --depth=1 gnulib devel/libtasn1" "git submodule update --init --recursive --depth=1 gnulib devel/libtasn1"
] ]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment