File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
projects/mariadb.com/server Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ versions:
99 strip : /^mariadb-/
1010
1111platforms :
12- - darwin
12+ - darwin/aarch64 # elderly x86-64 started developing core dumps in 12.2.1
1313 - linux/x86-64
1414
1515dependencies :
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
2525build :
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 :
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
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
You can’t perform that action at this time.
0 commit comments