Skip to content

Commit

Permalink
Use cmake snap to build mysql
Browse files Browse the repository at this point in the history
Fixes #2734
  • Loading branch information
stondino00 authored and Pilzinsel64 committed May 9, 2024
1 parent 07f60af commit 98e0172
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ parts:
- libzip-dev
- libargon2-0-dev
- libsodium-dev
- libaio-dev
- libaio1

# This is no longer bundled with PHP as of v7.4
- libonig-dev
Expand Down Expand Up @@ -278,6 +280,7 @@ parts:
- libargon2-0
- libonig4
- libsodium23
- libaio1
prime:
- -sbin/
- -etc/
Expand Down Expand Up @@ -332,12 +335,13 @@ parts:
- -*

mysql:
build-snaps: [cmake]
plugin: cmake
after: [boost]

# Get from https://dev.mysql.com/downloads/mysql/
source: https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-boost-8.0.36.tar.gz
source-checksum: md5/6708e66d69bafc0dd7b481468e192203
source: https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-boost-8.0.37.tar.gz
source-checksum: md5/e0cb61cbf6e1144c452368c4535ae931
configflags:
- -DCMAKE_INSTALL_PREFIX=/
- -DBUILD_CONFIG=mysql_release
Expand Down

0 comments on commit 98e0172

Please sign in to comment.