X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0944ea36035a3b01ba5cadf6453a1424627c8ef7..0559157e003b8f3611014142dfee4ed15d0ddc8f:/build/run-build-packages.sh diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh index ef1df03d5a..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" @@ -360,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