Skip to content

Commit

Permalink
Merge pull request #2454 from DataDog/brettlangdon/python.rust
Browse files Browse the repository at this point in the history
[python] ensure rust compiler is available for package install
  • Loading branch information
brettlangdon authored May 16, 2024
2 parents b31ae9b + d086304 commit 4141826
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/build/docker/python/install_ddtrace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

set -eu

# Install Rust toolchain
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y

cd /binaries

if [ -e "dd-trace-py" ]; then
Expand Down

0 comments on commit 4141826

Please sign in to comment.