8000 Fixes Windows release check for commit SHA when using non-default pat… · python/release-tools@734bb4b · GitHub
[go: up one dir, main page]

Skip to content

Commit 734bb4b

Browse files
authored
Fixes Windows release check for commit SHA when using non-default path (#243)
1 parent 9086477 commit 734bb4b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

windows-release/checkout.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ steps:
3232
throw "Expected git commit '$(SourceCommit)' didn't match tagged commit '$checkout_commit'"
3333
}
3434
displayName: "Verify CPython commit matches tag"
35+
${{ if and(parameters.Path, ne(parameters.Path, '.')) }}:
36+
workingDirectory: ${{ parameters.Path }}
3537
condition: and(succeeded(), variables['SourceCommit'])

windows-release/stage-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,9 @@ jobs:
342342
pool:
343343
vmImage: windows-2022
344344

345+
variables:
346+
IncludeLLVM: false
347+
345348
workspace:
346349
clean: all
347350

0 commit comments

Comments
 (0)
0