Skip to content

Commit d91ce94

Browse files
committed
fix(mariadb)
closes #11896 closes #11897
1 parent 0710d19 commit d91ce94

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

projects/mariadb.com/server/package.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ versions:
99
strip: /^mariadb-/
1010

1111
platforms:
12-
- darwin
12+
- darwin/aarch64 # elderly x86-64 started developing core dumps in 12.2.1
1313
- linux/x86-64
1414

1515
dependencies:
1616
sourceware.org/bzip2: ^1
1717
github.com/besser82/libxcrypt: ^4
18-
gnome.org/libxml2: '*' # sadly, varies by build, match our deps
18+
gnome.org/libxml2: ~2.13 # 2.14 changed the api version
1919
invisible-island.net/ncurses: ^6
2020
zlib.net: ^1
2121
openssl.org: ^1.1
@@ -24,12 +24,12 @@ dependencies:
2424

2525
build:
2626
dependencies:
27-
cmake.org: '*'
28-
freedesktop.org/pkg-config: '*'
29-
gnu.org/bison: '*'
30-
gnu.org/coreutils: '*'
31-
git-scm.org: '*'
32-
groonga.org: '*'
27+
cmake.org: "*"
28+
freedesktop.org/pkg-config: "*"
29+
gnu.org/bison: "*"
30+
gnu.org/coreutils: "*"
31+
git-scm.org: "*"
32+
groonga.org: 15
3333
linux:
3434
fmt.dev: ^9
3535
script:
@@ -47,7 +47,7 @@ build:
4747
storage/innobase/os/os0file.cc \
4848
extra/mariabackup/xtrabackup.cc
4949
fi
50-
if: '>=11.3.2'
50+
if: ">=11.3.2"
5151
5252
# -DINSTALL_* are relative to prefix
5353
- cmake -S . -B build $CMAKE_ARGS
@@ -87,7 +87,7 @@ build:
8787
- -DCMAKE_INSTALL_PREFIX={{ prefix }}
8888
- -DMYSQL_DATADIR={{ prefix }}/var/mysql
8989
- -DINSTALL_SYSCONFDIR=etc
90-
- -DINSTALL_INCLUDEDIR=include/mysql
90+
- -DINSTALL_INCLUDEDIR=include
9191
- -DINSTALL_MANDIR=share/man
9292
- -DINSTALL_DOCDIR=share/doc/mariadb
9393
- -DINSTALL_INFODIR=share/info

0 commit comments

Comments
 (0)