File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }),
You can’t perform that action at this time.
0 commit comments