Skip to content

Commit 6c69788

Browse files
committed
fix
1 parent a5523d8 commit 6c69788

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.docker/build/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function exec_build() {
139139
# this is a special file that is parsed by Azure Devops
140140
result_file="../result.txt"
141141

142-
if misc && check_version_controlled && make clean && make -j $threads && \
142+
if misc && check_version_controlled && make -C kremlib clean && make -j $threads && \
143143
make -C test everything -j $threads && \
144144
make -C book/tutorial && \
145145
refresh_tutorial

0 commit comments

Comments
 (0)