This is an automated email from the ASF dual-hosted git repository.
eze pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push:
new fced69d Remove scl for centos
fced69d is described below
commit fced69d33963f07aaf19f9530a003cb7dde6f43c
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Wed Mar 24 16:25:55 2021 -0600
Remove scl for centos
---
docker/centos/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/centos/Dockerfile b/docker/centos/Dockerfile
index 99abb41..17a82d9 100644
--- a/docker/centos/Dockerfile
+++ b/docker/centos/Dockerfile
@@ -16,7 +16,7 @@ RUN yum -y update; \
perl-ExtUtils-MakeMaker perl-Digest-SHA perl-URI;
RUN if [ ! -z "$(grep -i centos /etc/redhat-release)" ]; then \
- yum -y install centos-release-scl; \
+ #yum -y install centos-release-scl; \
yum -y install gcc-toolset-9 gcc-toolset-9-libasan-devel; \
fi