Skip to content

Commit 03772a8

Browse files
committed
get rustup home out of buck2 dirs
1 parent 1e52fce commit 03772a8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

buck2/rust/BUCK

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rust_library(
1818
env = select({
1919
"//platforms:engflow": {
2020
"RUSTUP_TOOLCHAIN":"/usr/local/rustup/toolchains/1.83.0-x86_64-unknown-linux-gnu",
21-
"RUSTUP_HOME": "buck-out/.rustup",
21+
"RUSTUP_HOME": ".rustup",
2222
},
2323
"DEFAULT": {},
2424
}),
@@ -37,7 +37,7 @@ rust_binary(
3737
env = select({
3838
"//platforms:engflow": {
3939
"RUSTUP_TOOLCHAIN":"/usr/local/rustup/toolchains/1.83.0-x86_64-unknown-linux-gnu",
40-
"RUSTUP_HOME": "buck-out/.rustup",
40+
"RUSTUP_HOME": ".rustup",
4141
},
4242
"DEFAULT": {},
4343
}),
@@ -62,7 +62,7 @@ rust_test(
6262
env = select({
6363
"//platforms:engflow": {
6464
"RUSTUP_TOOLCHAIN":"/usr/local/rustup/toolchains/1.83.0-x86_64-unknown-linux-gnu",
65-
"RUSTUP_HOME": "buck-out/.rustup",
65+
"RUSTUP_HOME": ".rustup",
6666
},
6767
"DEFAULT": {},
6868
}),

0 commit comments

Comments
 (0)