File tree 3 files changed +5
-5
lines changed
docker/host-x86_64/dist-arm-linux
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
19
19
WORKDIR /tmp
20
20
21
21
COPY 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
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 @@ -43,7 +43,7 @@ runners:
43
43
os : windows-2022-16core-64gb
44
44
<< : *base-job
45
45
46
- - &job-linux-8c- aarch64
46
+ - &job-aarch64-linux
47
47
os : ubuntu-22.04-arm64-8core-32gb
48
48
49
49
envs :
@@ -124,10 +124,10 @@ auto:
124
124
# ############################
125
125
126
126
- image : aarch64-gnu
127
- << : *job-linux-8c- aarch64
127
+ << : *job-aarch64-linux
128
128
129
129
- image : aarch64-gnu-debug
130
- << : *job-linux-8c- aarch64
130
+ << : *job-aarch64-linux
131
131
132
132
- image : arm-android
133
133
<< : *job-linux-4c
@@ -144,7 +144,7 @@ auto:
144
144
<< : *job-linux-4c
145
145
146
146
- image : dist-arm-linux
147
- << : *job-linux-8c-aarch64
147
+ << : *job-linux-8c
148
148
149
149
- image : dist-armhf-linux
150
150
<< : *job-linux-4c
You can’t perform that action at this time.
0 commit comments