Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ def location_for(place)
end
end

gem 'vanagon', *location_for(ENV['VANAGON_LOCATION'] || '~> 0.48.0')
gem 'packaging', *location_for(ENV['PACKAGING_LOCATION'] || '~> 0.118')
gem 'vanagon', *location_for(ENV['VANAGON_LOCATION'] || '~> 2.0')
gem 'packaging', *location_for(ENV['PACKAGING_LOCATION'] || '~> 2.0')

# csv > 3.1.5 requires 'stringio' which the latest version of requires Ruby >= 2.5.0
gem 'csv', '3.1.5' if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.5.0')
Expand Down
3 changes: 3 additions & 0 deletions configs/platforms/amazon-2023-x86_64.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
platform 'amazon-2023-x86_64' do |plat|
plat.inherit_from_default
end
2 changes: 1 addition & 1 deletion ext/build_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ foss_platforms:
- windows-2012-x64
gpg_name: '[email protected]'
deb_targets: 'trusty-amd64 xenial-amd64'
rpm_targets: 'el-6-x86_64 el-7-x86_64 sles-11-x86_64 sles-12-x86_64'
rpm_targets: 'amazon-2023-x86_64 el-6-x86_64 el-7-x86_64 sles-11-x86_64 sles-12-x86_64'
sign_tar: FALSE
osx_signing_cert: "Developer ID Installer: PUPPET LABS, INC. (VKGLGN2B6Y)"
osx_signing_keychain: "/Users/jenkins/Library/Keychains/signing.keychain"
Expand Down
Loading