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
The following commit(s) were added to refs/heads/areusch/freeze-dependencies by
this push:
new b0d21a66c0 no-cache arg
b0d21a66c0 is described below
commit b0d21a66c01a047c34d23dbf714c2681aba08952
Author: Andrew Reusch <[email protected]>
AuthorDate: Thu Jun 9 12:13:56 2022 -0700
no-cache arg
---
docker/build.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/docker/build.sh b/docker/build.sh
index 3ebda4741a..4042930a1b 100755
--- a/docker/build.sh
+++ b/docker/build.sh
@@ -97,8 +97,7 @@ if [[ "$1" == "--platform" ]]; then
shift
fi
-DOCKER_NO_CACHE_ARG=
-#--no-cache
+DOCKER_NO_CACHE_ARG=--no-cache
if [[ "$1" == "--cache-from" ]]; then
shift 1