about summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorMarcoIeni <11428655+MarcoIeni@users.noreply.github.com>2024-12-11 11:09:32 +0100
committerMarcoIeni <11428655+MarcoIeni@users.noreply.github.com>2024-12-11 11:09:32 +0100
commitbb88d7a0f16d820538aae7b1113ebafe98cfbacb (patch)
treecee2e4c0e3e89bad0afebdfce244d94387818024 /src/ci/docker
parent4f0e7816cd1a1132bd2de72d03a800eeb27bd15d (diff)
downloadrust-bb88d7a0f16d820538aae7b1113ebafe98cfbacb.tar.gz
rust-bb88d7a0f16d820538aae7b1113ebafe98cfbacb.zip
fix
Diffstat (limited to 'src/ci/docker')
-rw-r--r--src/ci/docker/host-x86_64/x86_64-gnu-llvm-18/Dockerfile2
-rw-r--r--src/ci/docker/host-x86_64/x86_64-gnu-llvm-19/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-llvm-18/Dockerfile b/src/ci/docker/host-x86_64/x86_64-gnu-llvm-18/Dockerfile
index 3fe79c819fe..01daad99535 100644
--- a/src/ci/docker/host-x86_64/x86_64-gnu-llvm-18/Dockerfile
+++ b/src/ci/docker/host-x86_64/x86_64-gnu-llvm-18/Dockerfile
@@ -60,5 +60,5 @@ COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
 RUN /scripts/build-gccjit.sh /scripts
 
 ARG SCRIPT_ARG
-COPY scripts/{SCRIPT_ARG} /tmp/script.sh
+COPY scripts/${SCRIPT_ARG} /tmp/script.sh
 ENV SCRIPT="/tmp/script.sh"
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-llvm-19/Dockerfile b/src/ci/docker/host-x86_64/x86_64-gnu-llvm-19/Dockerfile
index d52adc89cab..d37ccb5da9e 100644
--- a/src/ci/docker/host-x86_64/x86_64-gnu-llvm-19/Dockerfile
+++ b/src/ci/docker/host-x86_64/x86_64-gnu-llvm-19/Dockerfile
@@ -60,5 +60,5 @@ COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
 RUN /scripts/build-gccjit.sh /scripts
 
 ARG SCRIPT_ARG
-COPY scripts/{SCRIPT_ARG} /tmp/script.sh
+COPY scripts/${SCRIPT_ARG} /tmp/script.sh
 ENV SCRIPT="/tmp/script.sh"