diff options
author | dheerajd-msys <dheeraj.dubey@msystechnologies.com> | 2020-01-30 17:09:26 +0530 |
---|---|---|
committer | dheerajd-msys <dheeraj.dubey@msystechnologies.com> | 2020-04-13 15:50:27 +0530 |
commit | 1cd722bb20f81aa6b87fd7c30b3fbdb133a0d357 (patch) | |
tree | 00216b9872bc0990d60a946d73cab0143ed3abeb /omnibus | |
parent | 584ae47eb49294510a3a2151ef2f2cbd5aff542a (diff) | |
download | chef-1cd722bb20f81aa6b87fd7c30b3fbdb133a0d357.tar.gz |
remove support for SLES11
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
Diffstat (limited to 'omnibus')
-rw-r--r-- | omnibus/omnibus-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/omnibus-test.sh b/omnibus/omnibus-test.sh index 0499d03b0b..2a3b6e520e 100644 --- a/omnibus/omnibus-test.sh +++ b/omnibus/omnibus-test.sh @@ -131,7 +131,7 @@ FORCE_FFI_YAJL=ext export FORCE_FFI_YAJL # chef-shell smoke tests require "rb-readline" which requires "infocmp" -# most platforms provide "infocmp" by default via an "ncurses" package but SLES 11 and 12 provide it via "ncurses-devel" which +# most platforms provide "infocmp" by default via an "ncurses" package but SLES 12 provide it via "ncurses-devel" which # isn't typically installed. omnibus-toolchain has "infocmp" built-in so we add omnibus-toolchain to the PATH to ensure # tests will function properly. PATH="/opt/$TOOLCHAIN/bin:/usr/local/bin:/opt/$TOOLCHAIN/embedded/bin:$PATH" |