File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171 # Install Puppet Server dependencies
7272 # If we're not testing against the git tree (say in jenkins), don't install.
7373 if test -z " $PDB_NO_PUPPETSERVER_INSTALL " ; then
74+ # Because openvox-server as of 8.12.0 no longer packages the BC code directly
75+ # in the uberjar due to flexibility building for FIPS and non-FIPS, and is only
76+ # included in the ezbake packaging profile, we need to build the uberjar here
77+ # with that profile. Should probably fix this in the openvox-server project.clj at some point.
7478 lein install
75- lein uberjar
79+ lein with-profile ezbake uberjar
7680 fi
7781 # Cache Puppet Server version in a file in ext/test-conf directory
7882 dep_ver=" $( lein-pprint :version) "
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ namespace :vox do
2929 spec = args [ :spec ] || 'core+ext/openjdk17/pg-17'
3030 _suite , java , _pg = spec . split ( '/' )
3131
32- image = java =~ /17/ ? "debian:12 " : "debian:13 "
32+ image = java =~ /17/ ? "ruby:3.2-bookworm " : "ruby:3.2-trixie "
3333
3434 puts "Starting container"
3535 teardown if container_exists
You can’t perform that action at this time.
0 commit comments