This commit is contained in:
MarcoIeni 2024-12-10 15:17:24 +01:00
parent 577b5f387f
commit e67e9b448e
No known key found for this signature in database

View file

@ -60,4 +60,5 @@ COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
RUN /scripts/build-gccjit.sh /scripts
COPY scripts/x86_64-gnu-llvm.sh /tmp/script.sh
ARG SCRIPT_ARG
ENV SCRIPT="/tmp/script.sh && ${SCRIPT_ARG}"