Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions Dockerfile.buster
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,6 @@ RUN \
&& pyenv global 3.10.1 2.7.18 3.5.10 3.6.15 3.7.12 3.8.12 3.9.9 \
&& pip install --upgrade pip


# Install sirun for running benchmarks
# https://github.com/DataDog/sirun
ENV SIRUN_VERSION=0.1.6
RUN \
wget https://github.com/DataDog/sirun/releases/download/v${SIRUN_VERSION}/sirun-v${SIRUN_VERSION}-x86_64-unknown-linux-gnu.tar.gz \
&& tar -C /usr/local/bin/ -zxf sirun-v${SIRUN_VERSION}-x86_64-unknown-linux-gnu.tar.gz \
&& rm sirun-v${SIRUN_VERSION}-x86_64-unknown-linux-gnu.tar.gz

# Install datadog-ci tool for uploading JUnit XML reports
# https://www.npmjs.com/package/@datadog/datadog-ci
RUN npm install -g @datadog/datadog-ci
Expand Down