mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
c52695fa60
commit
067f424b9f
|
@ -36,6 +36,16 @@ build:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
# Use our groonga
|
# Use our groonga
|
||||||
- rm -rf storage/mroonga/vendor/groonga
|
- rm -rf storage/mroonga/vendor/groonga
|
||||||
|
|
||||||
|
# broken in 11.4.1/11.3.2
|
||||||
|
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063739
|
||||||
|
- run: sed -i 's/OS_DATA_FILE_NO_O_DIRECT/OS_DATA_FILE/g'
|
||||||
|
storage/innobase/include/os0file.h
|
||||||
|
storage/innobase/fil/fil0fil.cc
|
||||||
|
storage/innobase/os/os0file.cc
|
||||||
|
extra/mariabackup/xtrabackup.cc
|
||||||
|
if: darwin
|
||||||
|
|
||||||
# -DINSTALL_* are relative to prefix
|
# -DINSTALL_* are relative to prefix
|
||||||
- cmake -S . -B build
|
- cmake -S . -B build
|
||||||
-DCMAKE_INSTALL_PREFIX={{ prefix }}
|
-DCMAKE_INSTALL_PREFIX={{ prefix }}
|
||||||
|
|
Loading…
Reference in a new issue