File tree 3 files changed +4
-2
lines changed
docker/host-aarch64/dist-arm-linux
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN sh /scripts/rustbuild-setup.sh
19
19
WORKDIR /tmp
20
20
21
21
COPY scripts/crosstool-ng-build.sh /scripts/
22
- COPY host-x86_64 /dist-arm-linux/arm-linux-gnueabi.defconfig /tmp/crosstool.defconfig
22
+ COPY host-aarch64 /dist-arm-linux/arm-linux-gnueabi.defconfig /tmp/crosstool.defconfig
23
23
RUN /scripts/crosstool-ng-build.sh
24
24
25
25
COPY scripts/sccache.sh /scripts/
File renamed without changes.
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ runners:
44
44
<< : *base-job
45
45
46
46
- &job-aarch64-linux
47
+ # Free some disk space to avoid running out of space during the build.
48
+ free_disk : true
47
49
os : ubuntu-22.04-arm
48
50
49
51
envs :
@@ -144,7 +146,7 @@ auto:
144
146
<< : *job-linux-4c
145
147
146
148
- name : dist-arm-linux
147
- << : *job-linux-8c
149
+ << : *job-aarch64-linux
148
150
149
151
- name : dist-armhf-linux
150
152
<< : *job-linux-4c
You can’t perform that action at this time.
0 commit comments