X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f00aabd51e64355ca9f6001bd0f87fd162812915..e4b1a161bdc5a95b9dfd53a3b74bfa552bbc0f18:/build/run-library.sh diff --git a/build/run-library.sh b/build/run-library.sh index cc491770ca..f173504c58 100755 --- a/build/run-library.sh +++ b/build/run-library.sh @@ -111,6 +111,7 @@ calculate_go_package_version() { local src_path="$1"; shift cd "$WORKSPACE/$src_path" + go mod download local version="$(version_from_git)" local timestamp="$(timestamp_from_git)" @@ -315,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