You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To build the nightly toolchain for Windows, we need to check out specific SHA. However, currently utils/build-windows-toolchain.bat overwrites the checkout from CI. We need a way to disable update-checkout in utils/build-windows-toolchain.bat
The text was updated successfully, but these errors were encountered:
shahmishal
added
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
Windows
Platform: Windows
labels
Oct 28, 2023
shahmishal
removed
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
labels
Oct 28, 2023
SKIP_UPDATE_CHECKOUT should skip over that step. With build.ps1, we should be able to structure the tools however we need as it focuses only on the build portion and leaves syncing the repositories to the developer.
To build the nightly toolchain for Windows, we need to check out specific SHA. However, currently utils/build-windows-toolchain.bat overwrites the checkout from CI. We need a way to disable update-checkout in utils/build-windows-toolchain.bat
The text was updated successfully, but these errors were encountered: