Skip to content

Commit

Permalink
Put taskvine earlier in the package list, so that it gets tested firs…
Browse files Browse the repository at this point in the history
…t. Will save us some time in active development. (#4020)
  • Loading branch information
dthain authored Jan 13, 2025
1 parent 87e726e commit b37f1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ then
fi
fi

potential_packages="dttools batch_job ${include_package_grow} ${include_package_makeflow} ${include_package_work_queue} ${include_package_ftplite} ${include_package_taskvine} ${include_package_parrot} ${include_package_resource_monitor} ${include_package_chirp} ${include_package_deltadb} ${include_package_doc} ${include_package_poncho}"
potential_packages="dttools batch_job ${include_package_taskvine} ${include_package_grow} ${include_package_makeflow} ${include_package_work_queue} ${include_package_ftplite} ${include_package_parrot} ${include_package_resource_monitor} ${include_package_chirp} ${include_package_deltadb} ${include_package_doc} ${include_package_poncho}"

echo "checking for all the things I know how to build..."
for p in $potential_packages
Expand Down

0 comments on commit b37f1ea

Please sign in to comment.