This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
docker/host-x86_64/dist-arm-linux Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN sh /scripts/rustbuild-setup.sh
1919WORKDIR /tmp
2020
2121COPY scripts/crosstool-ng-build.sh /scripts/
22- COPY host-aarch64 /dist-arm-linux/arm-linux-gnueabi.defconfig /tmp/crosstool.defconfig
22+ COPY host-x86_64 /dist-arm-linux/arm-linux-gnueabi.defconfig /tmp/crosstool.defconfig
2323RUN /scripts/crosstool-ng-build.sh
2424
2525COPY scripts/sccache.sh /scripts/
File renamed without changes.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ runners:
4343 os : windows-2022-16core-64gb
4444 << : *base-job
4545
46- - &job-linux-8c- aarch64
46+ - &job-aarch64-linux
4747 os : ubuntu-22.04-arm64-8core-32gb
4848
4949envs :
@@ -124,10 +124,10 @@ auto:
124124 # ############################
125125
126126 - image : aarch64-gnu
127- << : *job-linux-8c- aarch64
127+ << : *job-aarch64-linux
128128
129129 - image : aarch64-gnu-debug
130- << : *job-linux-8c- aarch64
130+ << : *job-aarch64-linux
131131
132132 - image : arm-android
133133 << : *job-linux-4c
@@ -144,7 +144,7 @@ auto:
144144 << : *job-linux-4c
145145
146146 - image : dist-arm-linux
147- << : *job-linux-8c-aarch64
147+ << : *job-linux-8c
148148
149149 - image : dist-armhf-linux
150150 << : *job-linux-4c
You can’t perform that action at this time.
0 commit comments