This is an automated email from the ASF dual-hosted git repository. areusch pushed a commit to branch areusch/freeze-dependencies in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 4be33f700733b22f2b137ca7a3ebcc0a775d948f Author: Andrew Reusch <[email protected]> AuthorDate: Thu May 12 17:14:25 2022 -0700 fix build tag --- docker/build-base-images.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/build-base-images.sh b/docker/build-base-images.sh index fa56c37e57..e26a25b863 100755 --- a/docker/build-base-images.sh +++ b/docker/build-base-images.sh @@ -20,7 +20,8 @@ for docker_file in "${IMAGES[@]}"; do $(dirname $0)/build.sh "base_${arch}" # --platform "${arch}" # NOTE: working dir inside docker is repo root. - $(dirname $0)/bash.sh -i "tvm.base_${arch}:latest" python3 docker/freeze_deps.py \ + BUILD_TAG=$(echo "${BUILD_TAG:-tvm}" | sed 's/-/--/g' | sed 's/%/-/g') + $(dirname $0)/bash.sh -i "${BUILD_TAG}.base_${arch}:latest" python3 docker/freeze_deps.py \ --ci-constraints=docker/ci-constraints.txt \ --gen-requirements-py=python/gen_requirements.py \ --template-pyproject-toml=pyproject.toml \
