Skip to content

Commit 59019af

Browse files
committed
utils: raise PinnedVersion to an argument
This is required so that we can use a custom pinned toolchain. The three arguments required are: - `PinnedBuild` (URL to toolchain) - `PinnedSHA256` (SHA256 for installer) - `PinnedVersion` (toolchain version) Prior to this, we would error out as `PinnedVersion` would be unset and could not be specified as it was not an argument.
1 parent 4510aee commit 59019af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ param(
114114
[string] $ProductVersion = "0.0.0",
115115
[string] $PinnedBuild = "",
116116
[string] $PinnedSHA256 = "",
117+
[string] $PinnedVersion = "",
117118
[string] $PythonVersion = "3.9.10",
118119
[string] $AndroidNDKVersion = "r26b",
119120
[string] $WinSDKVersion = "",

0 commit comments

Comments
 (0)