This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new 0315083948 [CI] Pin cpplint==1.6.1 (#17470)
0315083948 is described below
commit 031508394802a96090ada8314e9ef698a359a42d
Author: Masahiro Hiramori <[email protected]>
AuthorDate: Fri Oct 18 06:53:23 2024 +0900
[CI] Pin cpplint==1.6.1 (#17470)
use cpplint==1.6.1
---
docker/Dockerfile.ci_lint | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/Dockerfile.ci_lint b/docker/Dockerfile.ci_lint
index bab0cd0ebf..89749b75bc 100644
--- a/docker/Dockerfile.ci_lint
+++ b/docker/Dockerfile.ci_lint
@@ -38,7 +38,7 @@ ENV PYTHONNOUSERSITE 1 # Disable .local directory from
affecting CI.
RUN apt-get update && apt-install-and-clear -y doxygen graphviz curl shellcheck
-RUN pip3 install cpplint pylint==2.17.2 mypy==0.902 black==22.12.0
flake8==3.9.2 blocklint==0.2.3 jinja2==3.0.3
+RUN pip3 install cpplint==1.6.1 pylint==2.17.2 mypy==0.902 black==22.12.0
flake8==3.9.2 blocklint==0.2.3 jinja2==3.0.3
# Rust env (build early; takes a while)
COPY install/ubuntu_install_rust.sh /install/ubuntu_install_rust.sh