-
Notifications
You must be signed in to change notification settings - Fork 85
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
publish-dry-run
takes extremely long
#1949
Labels
bug
Something isn't working
Comments
@fnando @leighmcculloch any ideas on it/can you try to reproduce it locally? |
Edit: same happens on Linux |
publish-dry-run
takes extremely long on Macpublish-dry-run
takes extremely long
Background: cargo hack takes a lot of time because of all the permutations we are testing against. To reduce dry-run time we should:
For reference, list of all features tested:
|
Draft
Draft
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
As part of dry-run takes extremely long time.
For some reason, it does 80 iterations on it. (See any build from main, e.g. https://github.com/stellar/stellar-cli/actions/runs/13798425028/job/38595534121 )
I guess introduction of conditional features for protocol version affects the time it takes to build the combination of features
The text was updated successfully, but these errors were encountered: