Skip to content

Commit 1f35178

Browse files
authored
chore: remove sirun (#3451)
We no longer are using sirun for benchmarks.
1 parent 3538f25 commit 1f35178

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Dockerfile.buster

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,6 @@ RUN \
8080
&& pyenv global 3.10.1 2.7.18 3.5.10 3.6.15 3.7.12 3.8.12 3.9.9 \
8181
&& pip install --upgrade pip
8282

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-
9283
# Install datadog-ci tool for uploading JUnit XML reports
9384
# https://www.npmjs.com/package/@datadog/datadog-ci
9485
RUN npm install -g @datadog/datadog-ci

0 commit comments

Comments
 (0)