Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Golaszewski committed Aug 16, 2024
1 parent a179373 commit e66064b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion 2.1.6/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: "2.1.6"
license: Apache-2.0

#base: bare
base: ubuntu@20.04
base: ubuntu@22.04
#build-base: ubuntu@22.04
platforms:
amd64:
Expand Down Expand Up @@ -56,6 +56,24 @@ parts:
- libffi7
- liblzma5
- libyaml-0-2
- build-essential
- curl
- ca-certificates
- cmake
- git
- make
- tar
- libssl-dev
- libsasl2-dev
- pkg-config
- libsystemd-dev
- zlib1g-dev
- libpq-dev
- postgresql-server-dev-all
- flex
- bison
- libyaml-dev
- wget
build-packages:
- build-essential
- curl
Expand Down

0 comments on commit e66064b

Please sign in to comment.