Skip to content

Commit 0c06707

Browse files
committed
Making Jammy work again
1 parent 2881faf commit 0c06707

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

cookbooks/travis_ci_ubuntu_2204/recipes/default.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
include_recipe 'travis_build_environment::lein'
5353
include_recipe 'travis_sbt_extras'
5454
include_recipe 'travis_build_environment::gradle'
55-
# include_recipe 'travis_postgresql'
56-
# include_recipe 'travis_build_environment::mysql'
55+
include_recipe 'travis_postgresql'
56+
include_recipe 'mysql'
5757
include_recipe 'travis_perlbrew::multi'
5858
include_recipe 'travis_build_environment::redis'
5959
include_recipe 'memcached'

packer-scripts/pre-chef-bootstrap-jammy

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,7 @@ __install_packages() {
5151
gawk \
5252
git \
5353
git-lfs \
54-
postgresql-14 \
55-
mysql-server \
5654
libelf-dev \
57-
mysql-client \
5855
sudo \
5956
wget \
6057
rsync \

0 commit comments

Comments
 (0)