Uh oh!
There was an error while loading. Please reload this page.
add clarity for custom path installation - #131001
Merged
bors merged 1 commit intoOct 6, 2024
Merged
Conversation
rustbot
commented
Sep 29, 2024
Collaborator
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Mark-Simulacrum (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
iyernaveenrforce-pushed
the
naveen_iyer/installation_clarity
branch
from
September 29, 2024 02:20
cd2aab6 to
e69c242CompareUh oh!
There was an error while loading. Please reload this page.
iyernaveenrforce-pushed
the
naveen_iyer/installation_clarity
branch
3 times, most recently
from
October 1, 2024 01:20
8a7a03a to
a05938fCompareUh oh!
There was an error while loading. Please reload this page.
install.sysconfdir is another value, in addition to install.prefix, that could be set for custom path installation. Signed-off-by: Naveen R. Iyer <iyernaveenr@gmail.com>
iyernaveenrforce-pushed
the
naveen_iyer/installation_clarity
branch
from
October 6, 2024 12:37
a05938f to
0df736cCompareonur-ozkan
commented
Oct 6, 2024
Contributor
Thanks! @bors r+ |
bors
commented
Oct 6, 2024
Collaborator
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Oct 6, 2024
…iaskrgr Rollup of 4 pull requests Successful merges: - rust-lang#131001 (add clarity for custom path installation) - rust-lang#131307 (Android: Debug assertion after setting thread name) - rust-lang#131322 (Update out-dated link) - rust-lang#131335 (grammar fix) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer added a commit
to rust-lang-ci/rust
that referenced
this pull request
Oct 6, 2024
Rollup merge of rust-lang#131001 - iyernaveenr:naveen_iyer/installation_clarity, r=onur-ozkan add clarity for custom path installation install.sysconfdir is another value, in addition to install.prefix, that could be set for custom path installation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
install.sysconfdir is another value, in addition to install.prefix, that could be set for custom path installation.