We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49a95f1 + ba65771 commit f009c95Copy full SHA for f009c95
1 file changed
configs/platforms/sles-16-aarch64.rb
@@ -0,0 +1,12 @@
1
+platform 'sles-16-x86_64' do |plat|
2
+ plat.inherit_from_default
3
+
4
+ packages = %w[
5
+ libbz2-devel
6
+ pkg-config
7
+ readline-devel
8
+ zlib-devel
9
+ systemtap-sdt-devel
10
+ ]
11
+ plat.provision_with("zypper -n install -y #{packages.join(' ')}")
12
+end
0 commit comments