@@ -265,30 +265,7 @@ jobs:
265
265
mkdir -p "$HOME" &&
266
266
git config --global user.name "$USER_NAME" &&
267
267
git config --global user.email "$USER_EMAIL"
268
- - uses : actions/checkout@v1
269
- - name : Cache git-sdk-64-build-installers
270
- id : cache-sdk-build-installers
271
- uses : actions/cache@v2
272
- with :
273
- path : git-sdk-64-build-installers
274
- key : build-installers-64-${{ needs.bundle-artifacts.outputs.latest-sdk64-extra-build-id }}
275
- - name : Download git-sdk-64-build-installers
276
- if : steps.cache-sdk-build-installers.outputs.cache-hit != 'true'
277
- shell : bash
278
- run : |
279
- # Use Git Bash to download and unpack the artifact
280
-
281
- ## Get artifact
282
- urlbase=https://dev.azure.com/git-for-windows/git/_apis/build/builds
283
- id=${{ needs.bundle-artifacts.outputs.latest-sdk64-extra-build-id }}
284
- download_url=$(curl "$urlbase/$id/artifacts" |
285
- jq -r '.value[] | select(.name == "git-sdk-64-build-installers").resource.downloadUrl')
286
-
287
- curl -o artifacts.zip "$download_url"
288
-
289
- ## Unpack artifact
290
- unzip artifacts.zip
291
- rm artifacts.zip
268
+ - uses : actions/checkout@v2
292
269
- name : initialize vcpkg
293
270
uses : actions/checkout@v2
294
271
with :
@@ -314,7 +291,7 @@ jobs:
314
291
shell : bash
315
292
run : |
316
293
cmake `pwd`/contrib/buildsystems/ -DCMAKE_PREFIX_PATH=`pwd`/compat/vcbuild/vcpkg/installed/arm64-windows \
317
- -DMSGFMT_EXE=`pwd`/git-sdk-64-build-installers/mingw64/bin/msgfmt.exe -DPERL_TESTS=OFF -DPYTHON_TESTS=OFF -DCURL_NO_CURL_CMAKE=ON -DCMAKE_GENERATOR_PLATFORM=arm64 -DVCPKG_ARCH=arm64-windows \
294
+ -DNO_GETTEXT=YesPlease -DPERL_TESTS=OFF -DPYTHON_TESTS=OFF -DCURL_NO_CURL_CMAKE=ON -DCMAKE_GENERATOR_PLATFORM=arm64 -DVCPKG_ARCH=arm64-windows \
318
295
-DCMAKE_INSTALL_PREFIX="`pwd`/git-arm64"
319
296
- name : MSBuild
320
297
run : msbuild git.sln -property:Configuration=Release
0 commit comments