-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Use https for sourceforge during CI #86583
Conversation
☔ The latest upstream changes (presumably #86573) made this pull request unmergeable. Please resolve the merge conflicts. |
I followed the new upstream of expat to github in the second commit. If you prefer to stay on sourceforge I could remove the second commit. However, I think we should follow the project and maybe have another mechanism to track upstream changes. Cheers, |
Thanks! @bors r+ |
📌 Commit bcb7b39 has been approved by |
…henkov Use HTTPS links where possible While looking at rust-lang#86583, I wondered how many other (insecure) HTTP links were in `rustc`. This changes most other `http` links to `https`. While most of the links are in comments or documentation, there are a few other HTTP links that are used by CI that are changed to HTTPS. Notes: - I didn't change any to or in licences - Some links don't support HTTPS :( - Some `http` links were dead, in those cases I upgraded them to their new places (all of which used HTTPS)
Use https for sourceforge during CI I saw that we use http during CI opening up the CI process to on the wire tampering. based on rust-lang#86573 r? `@pietroalbini`
⌛ Testing commit bcb7b39 with merge dabe8a175bdb0ae08817a377807785d70d1169ff... |
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
src/ci/docker/host-x86_64/dist-riscv64-linux/riscv64-unknown-linux-gnu.config
Outdated
Show resolved
Hide resolved
@bors r+ rollup=iffy |
📌 Commit 10b83cd has been approved by |
☀️ Test successful - checks-actions |
…nkov Use HTTPS links where possible While looking at rust-lang#86583, I wondered how many other (insecure) HTTP links were in `rustc`. This changes most other `http` links to `https`. While most of the links are in comments or documentation, there are a few other HTTP links that are used by CI that are changed to HTTPS. Notes: - I didn't change any to or in licences - Some links don't support HTTPS :( - Some `http` links were dead, in those cases I upgraded them to their new places (all of which used HTTPS)
I saw that we use http during CI opening up the CI process to on the wire tampering.
based on #86573
r? @pietroalbini