We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3538f25 commit 1f35178Copy full SHA for 1f35178
Dockerfile.buster
@@ -80,15 +80,6 @@ RUN \
80
&& pyenv global 3.10.1 2.7.18 3.5.10 3.6.15 3.7.12 3.8.12 3.9.9 \
81
&& pip install --upgrade pip
82
83
-
84
-# Install sirun for running benchmarks
85
-# https://github.com/DataDog/sirun
86
-ENV SIRUN_VERSION=0.1.6
87
-RUN \
88
- wget https://github.com/DataDog/sirun/releases/download/v${SIRUN_VERSION}/sirun-v${SIRUN_VERSION}-x86_64-unknown-linux-gnu.tar.gz \
89
- && tar -C /usr/local/bin/ -zxf sirun-v${SIRUN_VERSION}-x86_64-unknown-linux-gnu.tar.gz \
90
- && rm sirun-v${SIRUN_VERSION}-x86_64-unknown-linux-gnu.tar.gz
91
92
# Install datadog-ci tool for uploading JUnit XML reports
93
# https://www.npmjs.com/package/@datadog/datadog-ci
94
RUN npm install -g @datadog/datadog-ci
0 commit comments