Skip to content

Commit 6e70d75

Browse files
committed
ci: clean atf build before building again
1 parent becca10 commit 6e70d75

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
bash build.sh rename
7676
bash build.sh createimg non-interactive
7777
78+
make realclean
7879
echo -e "board=bpi-r64\ndevice=emmc" > build.conf
7980
bash build.sh build
8081
bash build.sh rename
@@ -137,6 +138,7 @@ jobs:
137138
echo -e "board=bpi-r3\ndevice=spim-nand" > build.conf
138139
bash build.sh build
139140
bash build.sh rename
141+
make realclean
140142
echo -e "extraflags=UBI=1" >> build.conf
141143
bash build.sh build
142144
bash build.sh rename
@@ -155,6 +157,7 @@ jobs:
155157
echo -e "board=bpi-r3\ndevice=nor" > build.conf
156158
bash build.sh build
157159
bash build.sh rename
160+
make realclean
158161
echo -e "extraflags=UBI=1" >> build.conf
159162
bash build.sh build
160163
bash build.sh rename
@@ -205,6 +208,7 @@ jobs:
205208
echo -e "board=bpi-r3mini\ndevice=spim-nand" > build.conf
206209
bash build.sh build
207210
bash build.sh rename
211+
make realclean
208212
echo -e "extraflags=UBI=1" >> build.conf
209213
bash build.sh build
210214
bash build.sh rename
@@ -240,6 +244,7 @@ jobs:
240244
bash build.sh build
241245
bash build.sh rename
242246
bash build.sh createimg non-interactive
247+
make realclean
243248
echo -e "extraflags=DDR4_4BG_MODE=1" >> build.conf
244249
bash build.sh build
245250
bash build.sh rename
@@ -260,6 +265,7 @@ jobs:
260265
bash build.sh build
261266
bash build.sh rename
262267
bash build.sh createimg non-interactive
268+
make realclean
263269
echo -e "extraflags=DDR4_4BG_MODE=1" >> build.conf
264270
bash build.sh build
265271
bash build.sh rename
@@ -279,12 +285,15 @@ jobs:
279285
echo -e "board=bpi-r4\ndevice=spim-nand" > build.conf
280286
bash build.sh build
281287
bash build.sh rename
288+
make realclean
282289
echo -e "extraflags=UBI=1" >> build.conf
283290
bash build.sh build
284291
bash build.sh rename
292+
make realclean
285293
echo -e "extraflags=DDR4_4BG_MODE=1" >> build.conf
286294
bash build.sh build
287295
bash build.sh rename
296+
make realclean
288297
echo -e "extraflags='UBI=1 DDR4_4BG_MODE=1'" >> build.conf
289298
bash build.sh build
290299
bash build.sh rename
@@ -305,6 +314,7 @@ jobs:
305314
echo -e "board=bpi-r4\ndevice=ram" > build.conf
306315
bash build.sh build
307316
bash build.sh rename
317+
make realclean
308318
echo -e "extraflags=DDR4_4BG_MODE=1" >> build.conf
309319
bash build.sh build
310320
bash build.sh rename

0 commit comments

Comments
 (0)