-
Notifications
You must be signed in to change notification settings - Fork 123
Add a dist_url_override config key
#1509
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
Conversation
d97bb5e to
adb1292
Compare
0c6a265 to
eb4e8ee
Compare
4bd1af1 to
6dc0fec
Compare
72f0eed to
dbef951
Compare
c53a91e to
3449d7f
Compare
8b8d391 to
86341d0
Compare
6b54bd3 to
4c88c10
Compare
86341d0 to
f4a4726
Compare
f4a4726 to
b7c87e9
Compare
06c6ee4 to
05c6466
Compare
06afd24 to
b09e9a7
Compare
05c6466 to
34ce732
Compare
b09e9a7 to
4a7df3a
Compare
cargo_dist_url_override keydist_url_override config key
f44f975 to
8f9afc5
Compare
mistydemeo
left a comment
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.
Looking good. This'll be handy for testing, and may end up being useful for other people too.
| "mach_object", | ||
| "miette 7.2.0", | ||
| "newline-converter", | ||
| "schemars", |
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.
Unrelated to anything else but I'm fascinated by this surprise Cargo.lock change.
8f9afc5 to
378f1c2
Compare
378f1c2 to
6b00dad
Compare
6b00dad to
f8e0688
Compare
|
Note that the config key is named |
mistydemeo
left a comment
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.
Thanks for the quick turnaround on that fix. Just running a test now. https://github.com/mistydemeo/cargodisttest/actions/runs/11711074752
| submodules: recursive | ||
| - name: Install dist | ||
| run: ${{ matrix.install_dist }} | ||
| shell: ${{ matrix.install_dist.shell }} |
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.
We probably have to regenerate our own release YAML now.
I'm also running a test using the |
That test was successful and the tests are green. Merging! |
...for quick iteration on cargo-dist itself.
The rationale is explained in the code comments itself.
I have tested this on Linux, via https://github.com/fasterthanlime/bye/releases/tag/v0.6.0 — I have not tested the powershell version yet, lemme do that before taking this PR out of draft.