summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
authorJared Quick <jquick@chef.io>2018-03-26 09:17:00 -0400
committerJared Quick <jquick@chef.io>2018-03-26 14:18:34 -0400
commit1065395824680c979c81761f8bfaae301e189946 (patch)
treedd73a5316e01a56db1867909e4704b51938dcadd /kitchen-tests
parent8b40f2984d478c00a6e7d8dc7a991c7b3cad181a (diff)
downloadchef-1065395824680c979c81761f8bfaae301e189946.tar.gz
Force unf_ext to 0.0.7.6 in Gemfile.
Signed-off-by: Jared Quick <jquick@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r--kitchen-tests/.kitchen.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/kitchen-tests/.kitchen.travis.yml b/kitchen-tests/.kitchen.travis.yml
index fdf4f05f69..24b4712549 100644
--- a/kitchen-tests/.kitchen.travis.yml
+++ b/kitchen-tests/.kitchen.travis.yml
@@ -35,6 +35,7 @@ platforms:
pid_one_command: /sbin/init
intermediate_instructions:
- RUN yum -y install sudo
+ - RUN yum -y install gcc-c++
- RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
- name: amazonlinux-2
@@ -43,6 +44,7 @@ platforms:
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- RUN yum -y install sudo
+ - RUN yum -y install gcc-c++
- RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
@@ -68,6 +70,7 @@ platforms:
pid_one_command: /sbin/init
intermediate_instructions:
- RUN yum -y install sudo
+ - RUN yum -y install gcc-c++
- RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
- name: centos-7
@@ -76,6 +79,7 @@ platforms:
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- RUN yum -y install sudo
+ - RUN yum -y install gcc-c++
- RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
- name: fedora-latest
@@ -84,6 +88,7 @@ platforms:
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- RUN dnf -y install sudo
+ - RUN yum -y install gcc-c++
- RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers
- name: ubuntu-14.04
@@ -116,6 +121,8 @@ platforms:
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/zypper install -y sudo
+ - RUN /usr/bin/zypper install -y gcc-c++
+
suites:
- name: base