Skip to content

Commit

Permalink
get rustup home out of buck2 dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
nlopezgi committed Dec 18, 2024
1 parent 1e52fce commit 03772a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buck2/rust/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rust_library(
env = select({
"//platforms:engflow": {
"RUSTUP_TOOLCHAIN":"/usr/local/rustup/toolchains/1.83.0-x86_64-unknown-linux-gnu",
"RUSTUP_HOME": "buck-out/.rustup",
"RUSTUP_HOME": ".rustup",
},
"DEFAULT": {},
}),
Expand All @@ -37,7 +37,7 @@ rust_binary(
env = select({
"//platforms:engflow": {
"RUSTUP_TOOLCHAIN":"/usr/local/rustup/toolchains/1.83.0-x86_64-unknown-linux-gnu",
"RUSTUP_HOME": "buck-out/.rustup",
"RUSTUP_HOME": ".rustup",
},
"DEFAULT": {},
}),
Expand All @@ -62,7 +62,7 @@ rust_test(
env = select({
"//platforms:engflow": {
"RUSTUP_TOOLCHAIN":"/usr/local/rustup/toolchains/1.83.0-x86_64-unknown-linux-gnu",
"RUSTUP_HOME": "buck-out/.rustup",
"RUSTUP_HOME": ".rustup",
},
"DEFAULT": {},
}),
Expand Down

0 comments on commit 03772a8

Please sign in to comment.