File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/ci/docker/host-x86_64
dist-aarch64-windows-gnullvm
dist-x86_64-windows-gnullvm Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
14
14
python3 \
15
15
xz-utils
16
16
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
18
18
RUN ./install-llvm-mingw.sh
19
19
20
20
COPY scripts/sccache.sh /scripts/
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
14
14
python3 \
15
15
xz-utils
16
16
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
18
18
RUN ./install-llvm-mingw.sh
19
19
20
20
COPY scripts/sccache.sh /scripts/
You can’t perform that action at this time.
0 commit comments