X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/98e4a92f007533b2924604e4f83da9a6d15e0ef3..5ad819e0aa69a8ea453abe18a8e00aa93daa90a2:/build/run-library.sh diff --git a/build/run-library.sh b/build/run-library.sh index a4cebbc8a7..f173504c58 100755 --- a/build/run-library.sh +++ b/build/run-library.sh @@ -316,7 +316,9 @@ test_package_presence() { # sure it gets picked up by the test and/or upload steps. # Get the list of packages from the repos - if [[ "$FORMAT" == "deb" ]]; then + if [[ "$FORCE_BUILD" == "1" ]]; then + echo "Package $full_pkgname build forced with --force-build, building" + elif [[ "$FORMAT" == "deb" ]]; then declare -A dd dd[debian9]=stretch dd[debian10]=buster