Skip to content

Commit b3e9d83

Browse files
committed
Add SLES16
1 parent fc39fe4 commit b3e9d83

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
platform "sles-16-x86_64" do |plat|
2+
plat.inherit_from_default
3+
4+
packages = %w[systemtap-sdt-devel]
5+
packages.each do |pkg|
6+
plat.provision_with "zypper install -y #{pkg}"
7+
end
8+
end

0 commit comments

Comments
 (0)