Commit 6cfe47a 1 parent 7c76504 commit 6cfe47a Copy full SHA for 6cfe47a
File tree 1 file changed +9
-6
lines changed
projects/mariadb.com/server
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,15 @@ build:
39
39
40
40
# broken in 11.4.1/11.3.2
41
41
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063739
42
- - run : sed -i 's/OS_DATA_FILE_NO_O_DIRECT/OS_DATA_FILE/g'
43
- storage/innobase/include/os0file.h
44
- storage/innobase/fil/fil0fil.cc
45
- storage/innobase/os/os0file.cc
46
- extra/mariabackup/xtrabackup.cc
47
- if : darwin
42
+ - run : |
43
+ if test "{hw.platform}" = "darwin"; then
44
+ sed -i 's/OS_DATA_FILE_NO_O_DIRECT/OS_DATA_FILE/g' \
45
+ storage/innobase/include/os0file.h \
46
+ storage/innobase/fil/fil0fil.cc \
47
+ storage/innobase/os/os0file.cc \
48
+ extra/mariabackup/xtrabackup.cc
49
+ fi
50
+ if: '>=11.3.2'
48
51
49
52
# -DINSTALL_* are relative to prefix
50
53
- cmake -S . -B build
You can’t perform that action at this time.
0 commit comments