We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b714cf commit cd04835Copy full SHA for cd04835
1 file changed
.docker/build/build.sh
@@ -131,7 +131,6 @@ function refresh_tutorial() {
131
}
132
133
function check_version_controlled() {
134
- make -C kremlib clean && \
135
make -C kremlib/dist/generic -f Makefile.basic -j
136
137
@@ -140,7 +139,7 @@ function exec_build() {
140
139
# this is a special file that is parsed by Azure Devops
141
result_file="../result.txt"
142
143
- if misc && check_version_controlled && make -j $threads && \
+ if misc && check_version_controlled && make clean && make -j $threads && \
144
make -C test everything -j $threads && \
145
make -C book/tutorial && \
146
refresh_tutorial
0 commit comments