deprecated method in mariadbpp
This commit is contained in:
parent
453dbc685f
commit
e521b6414f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci-main.yml
vendored
4
.github/workflows/ci-main.yml
vendored
|
@ -80,7 +80,7 @@ jobs:
|
|||
build() {
|
||||
ldconfig
|
||||
scons "$@" build="$CFG" ctool="$CC" cxxtool="$CXX" cxx_std="$CXX_STD" \
|
||||
extra_flags_config="-pipe" strict=true forum_user_handler=true \
|
||||
extra_flags_config="-pipe" strict=false forum_user_handler=true \
|
||||
nls=false enable_lto="$LTO" force_color=true jobs=2 --debug=time \
|
||||
glibcxx_debug=true glibcxx_assertions=true
|
||||
}
|
||||
|
@ -94,7 +94,7 @@ jobs:
|
|||
build() {
|
||||
ldconfig
|
||||
cmake "$@" -DCMAKE_BUILD_TYPE="$CFG" -DCXX_STD="$CXX_STD" \
|
||||
-DEXTRA_FLAGS_CONFIG="-pipe" -DENABLE_STRICT_COMPILATION=true -DENABLE_MYSQL=true \
|
||||
-DEXTRA_FLAGS_CONFIG="-pipe" -DENABLE_STRICT_COMPILATION=false -DENABLE_MYSQL=true \
|
||||
-DENABLE_NLS=false -DENABLE_LTO="$LTO" -DFORCE_COLOR_OUTPUT=true -DLTO_JOBS=2 .
|
||||
}
|
||||
rm -R /usr/local/lib/cmake
|
||||
|
|
Loading…
Add table
Reference in a new issue