The crunch-dispatch-slurm binary has a new dependency on the
[arvados.git] / build / run-library.sh
index c5312f8d8c519be54e3b4b06facde6049094f2b4..ba946882ee49c2a3beb840d841732e87f28bffe3 100755 (executable)
@@ -129,6 +129,9 @@ package_go_binary() {
     declare -a checkdirs=(vendor)
     if grep -qr git.curoverse.com/arvados .; then
         checkdirs+=(sdk/go)
+        if [[ "$prog" -eq "crunch-dispatch-slurm" ]]; then
+          checkdirs+=(lib/dispatchcloud)
+        fi
     fi
     for dir in ${checkdirs[@]}; do
         cd "$GOPATH/src/git.curoverse.com/arvados.git/$dir"