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