Skip to content

Commit

Permalink
Merge pull request #200 from radarhere/ninja
Browse files Browse the repository at this point in the history
Updated ninja to 1.12.0
  • Loading branch information
hugovk committed Apr 12, 2024
2 parents ad270de + 07cdfd5 commit e681094
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
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
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 e681094

Please sign in to comment.