Skip to content

Commit

Permalink
(RE-15909) Build out GCC 6 first.
Browse files Browse the repository at this point in the history
  • Loading branch information
e-gris committed Jan 24, 2024
1 parent 0c9fb33 commit 09148af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/components/gcc.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
component "gcc" do |pkg, settings, platform|
# Source-Related Metadata
if platform.name =~ /el-7-ppc64|sles-12-ppc64le|ubuntu-18\.(04|10)/
if platform.name =~ /el-7-ppc64|sles-11-x86_64|sles-12-ppc64le|ubuntu-18\.(04|10)/
pkg.version "6.1.0"
pkg.md5sum "8d04cbdfddcfad775fdbc5e112af2690"
elsif platform.is_aix? || platform.architecture =~ /arm/
Expand Down
2 changes: 1 addition & 1 deletion configs/projects/pl-gcc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

proj.description 'Puppet Labs GCC'

if platform.name =~ /el-7-ppc64|sles-12-ppc64le|ubuntu-18\.(04|10)/
if platform.name =~ /el-7-ppc64|sles-11-x86_64|sles-12-ppc64le|ubuntu-18\.(04|10)/
proj.version '6.1.0'
proj.release '6'
elsif platform.is_aix? || platform.architecture =~ /arm/
Expand Down

0 comments on commit 09148af

Please sign in to comment.