summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-03-02 15:38:07 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2021-03-02 15:38:07 -0800
commit94a30245703ae5f4627a6e5ac686b6bc34c1cbe6 (patch)
tree7fe69e321205c24dc1e356f7fc9c145361cd5287
parentcba34eeb9074e271fcb5c78bfbf7afa425f7e889 (diff)
downloadchef-94a30245703ae5f4627a6e5ac686b6bc34c1cbe6.tar.gz
bump to devtoolset-8 for ffi
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--kitchen-tests/kitchen.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml
index d1780f94f2..804770e987 100644
--- a/kitchen-tests/kitchen.yml
+++ b/kitchen-tests/kitchen.yml
@@ -71,8 +71,8 @@ platforms:
- RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
- RUN wget -O /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo https://www.centos.org/keys/RPM-GPG-KEY-CentOS-SIG-SCLo
- RUN printf "[centos-sclo-rh]\nname=CentOS-6 - SCLo rh\nbaseurl=http://vault.centos.org/centos/6/sclo/x86_64/rh\ngpgcheck=1\nenabled=1\ngpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo" > /etc/yum.repos.d/CentOS-SCLo-rh.repo
- - RUN yum install -y devtoolset-7
- - RUN scl enable devtoolset-7 bash
+ - RUN yum install -y devtoolset-8
+ - RUN scl enable devtoolset-8 bash
- name: centos-7
driver: