X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/84b30d024ee757e32af7e05d00bf4324513c388c..aed47afc7647f24af6541ff03a0cc0649a5358ee:/build/run-build-packages.sh diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh index 0919faf37f..b800d43e08 100755 --- a/build/run-build-packages.sh +++ b/build/run-build-packages.sh @@ -248,21 +248,6 @@ handle_ruby_gem arvados-login-sync # Python packages debug_echo -e "\nPython packages\n" -cd "$WORKSPACE/sdk/pam" -handle_python_package - -cd "$WORKSPACE/sdk/python" -handle_python_package - -cd "$WORKSPACE/sdk/cwl" -handle_python_package - -cd "$WORKSPACE/services/fuse" -handle_python_package - -cd "$WORKSPACE/services/nodemanager" -handle_python_package - # arvados-src ( cd "$WORKSPACE" @@ -303,9 +288,8 @@ package_go_binary cmd/arvados-server arvados-server \ "Arvados server daemons" package_go_binary cmd/arvados-server arvados-controller \ "Arvados cluster controller daemon" -# No package until #14325 -#package_go_binary cmd/arvados-server crunch-dispatch-cloud \ -# "Arvados cluster cloud dispatch" +package_go_binary cmd/arvados-server arvados-dispatch-cloud \ + "Arvados cluster cloud dispatch" package_go_binary sdk/go/crunchrunner crunchrunner \ "Crunchrunner executes a command inside a container and uploads the output" package_go_binary services/arv-git-httpd arvados-git-httpd \ @@ -361,6 +345,17 @@ fpm_build_virtualenv "arvados-docker-cleaner" "services/dockercleaner" "python3" # The Arvados crunchstat-summary tool fpm_build_virtualenv "crunchstat-summary" "tools/crunchstat-summary" +# The cwltest package, which lives out of tree +cd "$WORKSPACE" +if [[ -e "$WORKSPACE/cwltest" ]]; then + rm -rf "$WORKSPACE/cwltest" +fi +git clone https://github.com/common-workflow-language/cwltest.git +# signal to our build script that we want a cwltest executable installed in /usr/bin/ +mkdir cwltest/bin && touch cwltest/bin/cwltest +fpm_build_virtualenv "cwltest" "cwltest" +rm -rf "$WORKSPACE/cwltest" + # Build the API server package test_rails_package_presence arvados-api-server "$WORKSPACE/services/api" if [[ "$?" == "0" ]]; then