Skip to content

Commit

Permalink
fix ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf committed Sep 27, 2024
1 parent bd4c56e commit c93f64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.heaptrack
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ RUN apt update -y -q && apt upgrade -y -q && apt update -y -q && \
unzip

RUN [ "$(uname -m)" = "arm64" ]; \
curl -L -o ninja-linux.zip https://github.com/ninja-build/ninja/releases/download/v1.11.1/ninja-linux-aarch64.zip
curl -L -o ninja-linux.zip https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-linux-aarch64.zip

RUN [ "$(uname -m)" = "x86_64" ]; \
curl -L -o ninja-linux.zip https://github.com/ninja-build/ninja/releases/download/v1.11.1/ninja-linux.zip
curl -L -o ninja-linux.zip https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-linux.zip

RUN unzip ninja-linux.zip && \
mv ninja /usr/bin/ninja
Expand Down

0 comments on commit c93f64d

Please sign in to comment.