From 47e26b75594ffc1c920001f813b2b0448ec69a4e Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Tue, 7 Jun 2022 14:59:59 +0000 Subject: [PATCH] ci: skip the other build tests for now --- .github/workflows/build_test.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/build_test.sh b/.github/workflows/build_test.sh index c8c7803899f204..4ab2b425ddaca8 100755 --- a/.github/workflows/build_test.sh +++ b/.github/workflows/build_test.sh @@ -13,15 +13,7 @@ info() { echo -e "\033[33;1m$1\033[0m"; } fatal() { echo >&2 -e "\033[31;1m$1\033[0m"; exit 1; } success() { echo >&2 -e "\033[32;1m$1\033[0m"; } -ARGS=( - "--optimization=0" - "--optimization=s -Dgnu-efi=true -Defi-cflags=-m32 -Defi-libdir=/usr/lib32" - "--optimization=3 -Db_lto=true -Ddns-over-tls=false" - "--optimization=3 -Db_lto=false" - "--optimization=3 -Ddns-over-tls=openssl" - "--optimization=3 -Dfexecve=true -Dstandalone-binaries=true -Dstatic-libsystemd=true -Dstatic-libudev=true" - "-Db_ndebug=true" -) +ARGS=() if [[ "$COMPILER" == gcc ]]; then ARGS+=("--optimization=2 -Dc_args=-finline-limit=1000 -Dcpp_args=-finline-limit=1000")