-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch ntapi more thoroughly #31970
Patch ntapi more thoroughly #31970
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can be the stopgap. I think maybe we can remove spl-token-cli from cargo-install-all in the future 🙈
(I'll merge this as soon as check passes before waiting full ci run; technically master ci is broken right now....) |
"$cargo" $maybeRustVersion \ | ||
--config 'patch.crates-io.ntapi.git="https://github.com/solana-labs/ntapi"' \ | ||
--config 'patch.crates-io.ntapi.rev="5980bbab2e0501a8100eb88c12222d664ccb3a0a"' \ | ||
install --locked spl-token-cli --root "$installDir" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here backref: solana-labs/solana-program-library#4471
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note that we needed to remove --locked as well: #31971
* Patch spl-token-cli build as well... * Patch sbf/Cargo.toml for consistency
* Shift crossbeam comment for upcoming 2nd patch... (#31963) * Patch ntapi to restore windows build (#31961) * Patch ntapi to restore windows build * Update Cargo.lock... * Add comment for justification of this patching MSxDOS/ntapi#11 MSxDOS/ntapi#12 * Revert "ci: stop windows building on master temporarily (#31353)" This reverts commit 2dcdfff. * Use solana-labs fork * Ugh.. * Patch ntapi more thoroughly (#31970) * Patch spl-token-cli build as well... * Patch sbf/Cargo.toml for consistency * Remove --locked for cli-arg based patch... (#31971) * Bump patched ntapi from v0.3.6 to v0.3.7 (#31981) * Revert "ci: stop windows build (#31893)" This reverts commit 30f9e43.
Problem
We needed more tender and loving care for patching
ntapi
, still breaking windows build after #31961Summary of Changes
patch moar!
(i'll create a proper pr at the spl-token repo...)
Fixes #