fix(mariadb)

closes #5234
closes #5235
This commit is contained in:
Jacob Heider 2024-04-19 10:28:47 -04:00 committed by Jacob Heider
parent c52695fa60
commit 067f424b9f

View file

@ -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 }}