Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Restore ntapi patching #32488

Merged
merged 1 commit into from
Jul 14, 2023
Merged

Conversation

ryoqun
Copy link
Contributor

@ryoqun ryoqun commented Jul 14, 2023

not tested at all :)

seems ntapi is still used somehow even after #32430

so, just restore the ntapi patch.

Fixes #

@ryoqun ryoqun requested review from yihau and CriesofCarrots July 14, 2023 02:41
@ryoqun
Copy link
Contributor Author

ryoqun commented Jul 14, 2023

(I'll merge this as soon as i got r+ and ci checks has passed..)

Copy link
Contributor

@yihau yihau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🪖

@ryoqun ryoqun merged commit a5aa406 into solana-labs:master Jul 14, 2023
Comment on lines +147 to +150
"$cargo" $maybeRustVersion \
--config 'patch.crates-io.ntapi.git="https://github.com/solana-labs/ntapi"' \
--config 'patch.crates-io.ntapi.rev="97ede981a1777883ff86d142b75024b023f04fad"' \
install --locked spl-token-cli --root "$installDir"
Copy link
Contributor Author

@ryoqun ryoqun Jul 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, i see now. this lines are actually needed until spl-token-cli starts to use published solana monorepo crates which is using the bumped tokio.

for now, it's not the case...

this means i need further follow up pr to really remove patching in Cargo.locks..

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ohhh, makes sense. Thanks for hunting that!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants