Skip to content

Commit

Permalink
Merge pull request #4002 from span786/PDB-5794-enable-debian-12-x-86-…
Browse files Browse the repository at this point in the history
…64-builds-and-testing-for-puppetdb-in-7-x

(PDB-5794): Updated ezbake build version to support debian-12-x86_64 build for puppetdb in 7.x
  • Loading branch information
span786 authored Sep 23, 2024
2 parents 7d47d13 + b7cf1e6 commit 43e5acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if ENV['NO_ACCEPTANCE'] != 'true'
# use the pinned version
gem 'beaker', '~> 4.1'
end
gem 'beaker-hostgenerator', '~> 2.2.3'
gem 'beaker-hostgenerator', '~> 2.4'
gem 'beaker-abs', *location_for(ENV['BEAKER_ABS_VERSION'] || '~> 0.2')
gem 'beaker-vmpooler', *location_for(ENV['BEAKER_VMPOOLER_VERSION'] || "~> 1.3")
gem 'beaker-puppet', '~> 1.0'
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
;; in the final package.
[puppetlabs/puppetdb ~pdb-version :exclusions [com.zaxxer/HikariCP]]]
:name "puppetdb"
:plugins [[puppetlabs/lein-ezbake "2.5.5"]]}
:plugins [[puppetlabs/lein-ezbake "2.6.2"]]}
:testutils {:source-paths ^:replace ["test"]
:resource-paths ^:replace []
;; Something else may need adjustment, but
Expand Down

0 comments on commit 43e5acf

Please sign in to comment.