21223: Add a few more --file-cache RLIMIT_NOFILE tests
[arvados.git] / build / run-build-packages.sh
index 113282735589ec5c19f8bbb6715cd114746c0576..4d6b34c163dfe7eb410ebd32984788a6993c26b0 100755 (executable)
@@ -14,7 +14,7 @@ Syntax:
 Options:
 
 --build-bundle-packages  (default: false)
-    Build api server and workbench packages with vendor/bundle included
+    Build api server package with vendor/bundle included
 --debug
     Output debug information (default: false)
 --target <target>
@@ -304,13 +304,14 @@ build_metapackage "arvados-user-activity" "tools/user-activity"
 # The cwltest package, which lives out of tree
 handle_cwltest "$FORMAT" "$ARCH"
 
+# Workbench2
+package_workbench2
+
 # Rails packages
 debug_echo -e "\nRails packages\n"
 
 # The rails api server package
 handle_api_server "$ARCH"
-# The rails workbench package
-handle_workbench "$ARCH"
 
 # clean up temporary GOPATH
 rm -rf "$GOPATH"