Skip to content

Commit

Permalink
(PA-5047) Remove Red Hat 7 (aarch64) from pl-build-tools-vanagon.
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-hammes authored and e-gris committed Dec 18, 2023
1 parent 600847f commit 0c9fb33
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 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-aarch64|el-7-ppc64|sles-12-ppc64le|ubuntu-18\.(04|10)/
if platform.name =~ /el-7-ppc64|sles-12-ppc64le|ubuntu-18\.(04|10)/
pkg.version "6.1.0"
pkg.md5sum "8d04cbdfddcfad775fdbc5e112af2690"
elsif platform.is_aix? || platform.architecture =~ /arm/
Expand Down
3 changes: 0 additions & 3 deletions configs/components/sysroot.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
component "sysroot" do |pkg, settings, platform|
case platform.name
when "el-7-aarch64"
pkg.version "2017.06.13"
pkg.md5sum "b1cb6fc6253a2bbb5cc17fda16ec64ae"
when "el-7-ppc64" # Centos 7.5 - Infrastructure Server Install
pkg.version "2018.09.14"
pkg.md5sum "9aa45667c6b265fd2f356ee650bf0e27"
Expand Down
3 changes: 0 additions & 3 deletions configs/platforms/el-7-aarch64.rb

This file was deleted.

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-aarch64|el-7-ppc64|sles-12-ppc64le|ubuntu-18\.(04|10)/
if platform.name =~ /el-7-ppc64|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 0c9fb33

Please sign in to comment.