Commit bcfdb386 authored by nanahira's avatar nanahira

it's too stupid

parent 16d80d75
Pipeline #37624 passed with stages
in 11 minutes and 37 seconds
ARG BASE_IMAGE_TAG=debian11 ARG BASE_IMAGE_TAG=debian11
ARG PREMAKE_VERSION=5.0.0-beta6 ARG PREMAKE_VERSION=5.0.0-beta7
ARG LIBEVENT_VERSION=2.1.12-stable ARG LIBEVENT_VERSION=2.1.12-stable
FROM git-registry.moenext.com/mycard/docker-runner-base:${BASE_IMAGE_TAG} as premake-builder FROM git-registry.moenext.com/mycard/docker-runner-base:${BASE_IMAGE_TAG} as premake-builder
...@@ -7,8 +7,7 @@ FROM git-registry.moenext.com/mycard/docker-runner-base:${BASE_IMAGE_TAG} as pre ...@@ -7,8 +7,7 @@ FROM git-registry.moenext.com/mycard/docker-runner-base:${BASE_IMAGE_TAG} as pre
ARG PREMAKE_VERSION ARG PREMAKE_VERSION
WORKDIR /usr/src WORKDIR /usr/src
RUN wget -O premake.zip https://github.com/premake/premake-core/releases/download/v${PREMAKE_VERSION}/premake-${PREMAKE_VERSION}-src.zip && \ RUN wget -O premake.zip https://github.com/premake/premake-core/releases/download/v${PREMAKE_VERSION}/premake-${PREMAKE_VERSION}-src.zip && \
7z x -y premake.zip && \ 7z x -y -opremake premake.zip && \
mv premake-${PREMAKE_VERSION}-src premake && \
cd premake/build/gmake.unix && \ cd premake/build/gmake.unix && \
make -j$(nproc) make -j$(nproc)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment