Skip to content

Commit 1850c93

Browse files
committed
ci: make realclean before atf rebuild
else "nothing to do"
1 parent 8f12dc2 commit 1850c93

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,18 +140,21 @@ jobs:
140140
echo "::group::atf extended"
141141
if [ "${RAM8G}" == "true" ]; then
142142
echo "extraflags=DDR4_4BG_MODE=1" >> build.conf
143+
make realclean
143144
bash build.sh build
144145
bash build.sh rename
145146
fi
146147
147148
# optional special NAND/UBI case
148149
if [[ "${BOOT}" =~ nand|nor ]]; then
149150
echo "extraflags=UBI=1" >> build.conf
151+
make realclean
150152
bash build.sh build
151153
bash build.sh rename
152154
153155
if [ "${RAM8G}" == "true" ]; then
154156
echo "extraflags=UBI=1 DDR4_4BG_MODE=1" >> build.conf
157+
make realclean
155158
bash build.sh build
156159
bash build.sh rename
157160
fi

0 commit comments

Comments
 (0)