File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docker/packager/binary-builder Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ cmake --debug-trycompile -DCMAKE_VERBOSE_MAKEFILE=1 -LA "-DCMAKE_BUILD_TYPE=$BUI
8989ninja $NINJA_FLAGS $BUILD_TARGET
9090
9191# We don't allow dirty files in the source directory after build
92- git ls-files --others --exclude-standard | grep . && echo " ^ Dirty files in the working copy after build" && exit 1
93- git submodule foreach --quiet git ls-files --others --exclude-standard | grep . && echo " ^ Dirty files in submodules after build" && exit 1
92+ git ls-files --others --exclude build_docker \* | grep . && echo " ^ Dirty files in the working copy after build" && exit 1
93+ git submodule foreach --quiet git ls-files --others | grep . && echo " ^ Dirty files in submodules after build" && exit 1
9494
9595ls -la ./programs
9696
You can’t perform that action at this time.
0 commit comments