Skip to content

Commit 84ba41d

Browse files
committed
remove unnecessary change
1 parent bb88d7a commit 84ba41d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-llvm-18/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ RUN /scripts/build-gccjit.sh /scripts
6161

6262
ARG SCRIPT_ARG
6363
COPY scripts/${SCRIPT_ARG} /tmp/script.sh
64-
ENV SCRIPT="/tmp/script.sh"
64+
ENV SCRIPT= /tmp/script.sh

src/ci/docker/host-x86_64/x86_64-gnu-llvm-19/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ RUN /scripts/build-gccjit.sh /scripts
6161

6262
ARG SCRIPT_ARG
6363
COPY scripts/${SCRIPT_ARG} /tmp/script.sh
64-
ENV SCRIPT="/tmp/script.sh"
64+
ENV SCRIPT= /tmp/script.sh

0 commit comments

Comments
 (0)