Skip to content

Commit

Permalink
manually add path
Browse files Browse the repository at this point in the history
  • Loading branch information
smjleo committed Sep 3, 2024
1 parent 9de416c commit 3d7a351
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildkite/gpu_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ steps:
chmod +x .local/bin/bazel
RUSTUP_HOME=`pwd`/.local/.rustup CARGO_HOME=`pwd`/.local/.cargo bash -c "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y"
export PATH="`pwd`/.local/.cargo/bin:\$PATH"
rustup default stable
. "`pwd`/.local/.cargo/env"
cargo install cxxbridge-cmd
cxxbridge --help
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ steps:
fi
RUSTUP_HOME=`pwd`/.local/.rustup CARGO_HOME=`pwd`/.local/.cargo bash -c "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y"
export PATH="`pwd`/.local/.cargo/bin:\$PATH"
rustup default stable
. "`pwd`/.local/.cargo/env"
cargo install cxxbridge-cmd
cxxbridge --help
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/secure_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ steps:
fi
RUSTUP_HOME=`pwd`/.local/.rustup CARGO_HOME=`pwd`/.local/.cargo bash -c "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y"
export PATH="`pwd`/.local/.cargo/bin:\$PATH"
rustup default stable
. "`pwd`/.local/.cargo/env"
cargo install cxxbridge-cmd
mkdir baztmp
Expand Down

0 comments on commit 3d7a351

Please sign in to comment.