Skip to content

Commit

Permalink
Merge pull request #346 from GabrielNagy/PA-3006/vendor-boost-sles15
Browse files Browse the repository at this point in the history
(PA-3006) Vendor boost and yaml-cpp on SLES 15
  • Loading branch information
mihaibuzgau committed Jun 11, 2020
2 parents 902248d + 5470f53 commit d3ddb28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion configs/platforms/sles-15-x86_64.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"aaa_base",
"autoconf",
"automake",
"gcc",
"gcc-c++",
"java-1_8_0-openjdk-devel",
"libbz2-devel",
"make",
Expand Down
5 changes: 2 additions & 3 deletions configs/projects/agent-runtime-5.5.x.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@
proj.component 'rubygem-highline'
proj.component 'rubygem-hiera-eyaml'
proj.component 'ruby-stomp'
# SLES 15 uses the OS distro versions of boost and yaml-cpp:
proj.component 'boost' unless platform.name =~ /sles-15/
proj.component 'yaml-cpp' unless platform.name =~ /sles-15/
proj.component 'boost'
proj.component 'yaml-cpp'

proj.component 'openssl-lib' if platform.is_linux?
end
5 changes: 2 additions & 3 deletions configs/projects/agent-runtime-master.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
proj.component 'rubygem-sys-filesystem'
end

# SLES 15 uses the OS distro versions of boost and yaml-cpp:
proj.component 'boost' unless platform.name =~ /sles-15/
proj.component 'yaml-cpp' unless platform.name =~ /sles-15/
proj.component 'boost'
proj.component 'yaml-cpp'
end

0 comments on commit d3ddb28

Please sign in to comment.