Skip to content

Commit

Permalink
Use apt package for MariaDB C connector on Ubuntu Focal. (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues authored Dec 17, 2023
1 parent 164679f commit 2c8c8c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
./tools/scripts/lib_install/fmtlib.sh 8.0.1
./tools/scripts/lib_install/libarchive.sh 3.5.1
./tools/scripts/lib_install/lz4.sh 1.8.2
./tools/scripts/lib_install/mariadb-connector-c.sh 3.2.3
./tools/scripts/lib_install/msgpack.sh 6.0.0
./tools/scripts/lib_install/spdlog.sh 1.9.2
./tools/scripts/lib_install/zstandard.sh 1.4.9
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y \
libboost-filesystem-dev \
libboost-iostreams-dev \
libboost-program-options-dev \
libmariadb-dev \
libssl-dev \
openjdk-11-jdk \
pkg-config \
Expand Down

0 comments on commit 2c8c8c8

Please sign in to comment.