Skip to content

Commit

Permalink
Merge pull request #2459 from DataDog/brettlangdon-patch-1
Browse files Browse the repository at this point in the history
[python] ensure rustup is on the PATH
  • Loading branch information
brettlangdon authored May 17, 2024
2 parents 9d49c0e + 709680e commit b8bc6e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/build/docker/python/install_ddtrace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -eu

# Install Rust toolchain
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y
export PATH="/root/.cargo/bin:$PATH"

cd /binaries

Expand Down

0 comments on commit b8bc6e6

Please sign in to comment.