Skip to content

Commit 5f75ea4

Browse files
committed
ci: accommodate for recent build-extra changes
In preparation for Windows/ARM64 support, the `create_sdk_artifact` command changed a bit and now requires an explicit architecture to be specified. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 9898709 commit 5f75ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
displayName: 'clone git-sdk-64'
1515
- bash: git clone --depth=1 --single-branch -b main https://github.com/git-for-windows/build-extra
1616
displayName: 'clone build-extra'
17-
- bash: sh -x ./build-extra/please.sh create-sdk-artifact --sdk=git-sdk-64.git --out=git-sdk-64-minimal minimal-sdk
17+
- bash: sh -x ./build-extra/please.sh create-sdk-artifact --architecture=x86_64 --sdk=git-sdk-64.git --out=git-sdk-64-minimal minimal-sdk
1818
displayName: 'build git-sdk-64-minimal-sdk'
1919
- bash: |
2020
# Let Git ignore the SDK and the test-cache
@@ -106,7 +106,7 @@ jobs:
106106
displayName: 'clone git-sdk-64'
107107
- bash: git clone --depth=1 --single-branch -b main https://github.com/git-for-windows/build-extra
108108
displayName: 'clone build-extra'
109-
- bash: sh -x ./build-extra/please.sh create-sdk-artifact --sdk=git-sdk-64.git --out=git-sdk-64-minimal minimal-sdk
109+
- bash: sh -x ./build-extra/please.sh create-sdk-artifact --architecture=x86_64 --sdk=git-sdk-64.git --out=git-sdk-64-minimal minimal-sdk
110110
displayName: 'build git-sdk-64-minimal-sdk'
111111
- bash: |
112112
# Let Git ignore the SDK and the test-cache

0 commit comments

Comments
 (0)