Skip to content

Commit

Permalink
Updated ninja to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Apr 11, 2024
1 parent ad270de commit 07cdfd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amazon-2-amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN bash -c "python3.9 -m pip install virtualenv \
&& chown -R pillow:pillow /vpy3"

ADD depends /depends
RUN wget https://github.com/ninja-build/ninja/releases/download/v1.11.1/ninja-linux.zip \
RUN wget https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-linux.zip \
&& unzip ninja-linux.zip \
&& mv ninja /usr/bin
RUN python3.9 -m pip install meson
Expand Down
2 changes: 1 addition & 1 deletion amazon-2023-amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN bash -c "/usr/bin/pip3 install virtualenv \
&& chown -R pillow:pillow /vpy3"

ADD depends /depends
RUN wget https://github.com/ninja-build/ninja/releases/download/v1.11.1/ninja-linux.zip \
RUN wget https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-linux.zip \
&& unzip ninja-linux.zip \
&& mv ninja /usr/bin
RUN /usr/bin/python3 -m pip install meson
Expand Down

0 comments on commit 07cdfd5

Please sign in to comment.