Skip to content
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

Restore ntapi patching #32488

Merged
merged 1 commit into from
Jul 14, 2023
Merged

Conversation

ryoqun
Copy link
Member

@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
Member Author

ryoqun commented Jul 14, 2023

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

Copy link
Member

@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
Member 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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants