Skip to content

Commit cd04835

Browse files
committed
Fix CI
1 parent 1b714cf commit cd04835

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.docker/build/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ function refresh_tutorial() {
131131
}
132132

133133
function check_version_controlled() {
134-
make -C kremlib clean && \
135134
make -C kremlib/dist/generic -f Makefile.basic -j
136135
}
137136

@@ -140,7 +139,7 @@ function exec_build() {
140139
# this is a special file that is parsed by Azure Devops
141140
result_file="../result.txt"
142141

143-
if misc && check_version_controlled && make -j $threads && \
142+
if misc && check_version_controlled && make clean && make -j $threads && \
144143
make -C test everything -j $threads && \
145144
make -C book/tutorial && \
146145
refresh_tutorial

0 commit comments

Comments
 (0)