Skip to content

Commit

Permalink
(PA-6002) Add SLES-11 (Intel) support
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamshinde360 committed Feb 13, 2024
1 parent 9d72936 commit 828ac9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions configs/platforms/sles-11-x86_64.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@
"make",
"pkgconfig",
"pl-cmake",
"pl-gcc",
#"pl-gcc",
"readline-devel",
"rsync",
"zlib-devel"
]
plat.install_build_dependencies_with "zypper -n --no-gpg-checks install -y"
plat.provision_with("zypper -n --no-gpg-checks install -y #{packages.join(' ')}")
#plat.provision_with("zypper install -y --oldpackage pl-gcc=4.8.2-1")
plat.provision_with("zypper install -y --oldpackage pl-gcc=4.8.2-1")
plat.provision_with "zypper install -y --oldpackage pl-cmake-3.2.3-13.sles11.x86_64"
plat.vmpooler_template "sles-11-x86_64"
end
2 changes: 1 addition & 1 deletion configs/projects/pxp-agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
proj.setting(:service_conf, File.join(proj.install_root, 'service_conf'))

proj.component 'puppet-runtime'
proj.component 'runtime' if platform.name =~ /el-[67]|redhatfips-7|sles-1[12]|ubuntu-18.04-amd64/ || !platform.is_linux?
proj.component 'runtime' if platform.name =~ /el-[67]|redhatfips-7|sles-12|ubuntu-18.04-amd64/ || !platform.is_linux?

proj.component 'leatherman'
proj.component 'cpp-hocon'
Expand Down

0 comments on commit 828ac9d

Please sign in to comment.