diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index e7179c87145e..a03c0bac805c 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -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