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 dba0aed37d39e83e0c26017c6dde152e4700b2fc
Author: Andrew Reusch <[email protected]>
AuthorDate: Thu May 12 17:22:00 2022 -0700

    fix build tag x2
---
 docker/build-base-images.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/build-base-images.sh b/docker/build-base-images.sh
index e26a25b863..0ea35cd451 100755
--- a/docker/build-base-images.sh
+++ b/docker/build-base-images.sh
@@ -20,7 +20,7 @@ for docker_file in "${IMAGES[@]}"; do
     $(dirname $0)/build.sh "base_${arch}"  # --platform "${arch}"
 
     # NOTE: working dir inside docker is repo root.
-    BUILD_TAG=$(echo "${BUILD_TAG:-tvm}" | sed 's/-/--/g' | sed 's/%/-/g')
+    BUILD_TAG=$(echo "${BUILD_TAG:-tvm}" | sed 's/-/--/g' | sed 's/%/-/g' | tr 
'A-Z' 'a-z')
     $(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 \

Reply via email to