Skip to content

Commit 120556b

Browse files
committed
fix paths after the split
1 parent f602369 commit 120556b

File tree

2 files changed

+2
-2
lines changed
  • src/ci/docker/host-x86_64

2 files changed

+2
-2
lines changed

src/ci/docker/host-x86_64/dist-aarch64-windows-gnullvm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1414
python3 \
1515
xz-utils
1616

17-
COPY host-x86_64/dist-windows-gnullvm/install-llvm-mingw.sh /build
17+
COPY host-x86_64/dist-aarch64-windows-gnullvm/install-llvm-mingw.sh /build
1818
RUN ./install-llvm-mingw.sh
1919

2020
COPY scripts/sccache.sh /scripts/

src/ci/docker/host-x86_64/dist-x86_64-windows-gnullvm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1414
python3 \
1515
xz-utils
1616

17-
COPY host-x86_64/dist-windows-gnullvm/install-llvm-mingw.sh /build
17+
COPY host-x86_64/dist-x86_64-windows-gnullvm/install-llvm-mingw.sh /build
1818
RUN ./install-llvm-mingw.sh
1919

2020
COPY scripts/sccache.sh /scripts/

0 commit comments

Comments
 (0)