We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc39fe4 commit b3e9d83Copy full SHA for b3e9d83
1 file changed
packaging/configs/platforms/sles-16-x86_64.rb
@@ -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