Skip to content

Commit

Permalink
Merge pull request puppetlabs#676 from skyamgarp/PA-5039
Browse files Browse the repository at this point in the history
(PA-5039) Remove Red Hat 7 (aarch64) from the puppet-runtime repository
  • Loading branch information
skyamgarp authored Jun 2, 2023
2 parents 2ce3600 + 5a699d3 commit 7363fb7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion configs/components/ruby-2.5.9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
without_dtrace = [
'aix-7.1-ppc',
'el-7-ppc64le',
'el-7-aarch64',
'osx-11-arm64',
'osx-12-arm64',
'redhatfips-7-x86_64',
Expand Down
1 change: 0 additions & 1 deletion configs/components/ruby-2.7.8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
without_dtrace = [
'aix-7.1-ppc',
'el-7-ppc64le',
'el-7-aarch64',
'osx-11-arm64',
'osx-12-arm64',
'redhatfips-7-x86_64',
Expand Down
1 change: 0 additions & 1 deletion configs/components/ruby-3.2.2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
without_dtrace = [
'aix-7.1-ppc',
'el-7-ppc64le',
'el-7-aarch64',
'osx-11-arm64',
'osx-12-arm64',
'redhatfips-7-x86_64',
Expand Down
21 changes: 0 additions & 21 deletions configs/platforms/el-7-aarch64.rb

This file was deleted.

1 change: 0 additions & 1 deletion configs/projects/_shared-agent-settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
platform_triple = "powerpc64le-suse-linux" if platform.architecture == "ppc64le" && platform.name =~ /^sles-/
platform_triple = "powerpc64le-linux-gnu" if platform.architecture == "ppc64el"
platform_triple = "arm-linux-gnueabihf" if platform.architecture == "armhf"
platform_triple = "aarch64-redhat-linux" if platform.name == 'el-7-aarch64'
platform_triple = "aarch64-apple-darwin" if platform.is_cross_compiled? && platform.is_macos?

if platform.is_windows?
Expand Down

0 comments on commit 7363fb7

Please sign in to comment.