-
Notifications
You must be signed in to change notification settings - Fork 13.3k
replace <commit> placeholder with the actual commit in vendoring error #120499
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
Comments
I'd like to work on this |
@onur-ozkan Can you assign me to this issue please? |
Amazing!
Sure, I just did. You can also claim issues using rustbot (see https://rustc-dev-guide.rust-lang.org/rustbot.html?highlight=cla#issue-claiming). |
Perfect, thank you! |
Some instructions about what can be done for this task: 1- If source is not a git tree, leave the placeholder as is. 2- Use rust/src/bootstrap/src/core/config/config.rs Lines 2294 to 2351 in 9aa232e
3- Replace the placeholder with the commit hash obtained in the previous step. |
Sounds good! Will commit as soon as I get it to work! |
@rustbot claim |
…it-with-actual-value, r=onur-ozkan replace commit placeholder in vendor status with actual commit closes: rust-lang#120499
…it-with-actual-value, r=onur-ozkan replace commit placeholder in vendor status with actual commit closes: rust-lang#120499
…it-with-actual-value, r=onur-ozkan replace commit placeholder in vendor status with actual commit closes: rust-lang#120499
…-with-actual-value, r=<try> replace commit placeholder in vendor status with actual commit closes: rust-lang#120499 try-job: dist-x86_64-illumos
Rollup merge of rust-lang#139060 - Shourya742:2025-03-28-replace-commit-with-actual-value, r=onur-ozkan replace commit placeholder in vendor status with actual commit closes: rust-lang#120499 try-job: dist-x86_64-illumos
Currently, vendoring error related to missing vendor directory is as follows:
rust/src/bootstrap/bootstrap.py
Lines 1034 to 1046 in 5ad7454
It would be more appropriate to replace the placeholder in the URL provided in error message with an actual commit hash (The one we use for downloading ci rustc. See fn download_ci_rustc_commit). This way, the link can be copied and used without requiring extra effort to manually replace the placeholder with the commit hash.
The text was updated successfully, but these errors were encountered: