Merge branch '9303-kill-nodemanager-on-dead-actor' refs #9303
[arvados.git] / build / run-build-packages-one-target.sh
index c5e0a89e3827dd266974045d0ebe16718db7f344..7034e3fafe043357dc876f782d4137e6ab7eb4c1 100755 (executable)
@@ -130,6 +130,7 @@ if test -z "$packages" ; then
         crunchstat
         keepproxy
         keep-rsync
+        keep-block-check
         keepstore
         keep-web
         libarvados-perl"
@@ -137,11 +138,11 @@ if test -z "$packages" ; then
     case "$TARGET" in
         centos6)
             packages="$packages python27-python-arvados-fuse
-                  python27-python-arvados-python-client"
+                  python27-python-arvados-python-client python27-python-arvados-cwl-runner"
             ;;
         *)
             packages="$packages python-arvados-fuse
-                  python-arvados-python-client"
+                  python-arvados-python-client python-arvados-cwl-runner"
             ;;
     esac
 fi