We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1075182 commit ab1f34bCopy full SHA for ab1f34b
.circleci/config.yml
@@ -4,7 +4,7 @@ jobs:
4
arm:
5
resource_class: arm.medium
6
docker:
7
- - image: cimg/base:current-22.04
+ - image: cimg/base:current-24.04
8
- image: mysql:8.3
9
environment:
10
MYSQL_ALLOW_EMPTY_PASSWORD: true
@@ -60,7 +60,7 @@ jobs:
60
libreadline-dev \
61
libldap2-dev \
62
libsodium-dev \
63
- libargon2-0-dev \
+ libargon2-dev \
64
libmm-dev \
65
libsnmp-dev \
66
snmpd \
@@ -78,7 +78,7 @@ jobs:
78
libqdbm-dev \
79
libjpeg-dev \
80
libpng-dev \
81
- libfreetype6-dev
+ libfreetype-dev
82
- run:
83
name: ./configure
84
command: |
0 commit comments