From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web11.61.1687272089787563218 for ; Tue, 20 Jun 2023 07:41:29 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=fK8BR2sv; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1687272088; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=fYNz5tD0X0otH0CsaMxwPzIPnWtyAHkUSWz7JK24H0w=; b=fK8BR2svtSphFUQ4jty9R3ro0RYBRTkAWxPhJkQ2CyZMa7Ef4qVNmqXgMt43bxzjOPyHkZ wT/fugJF22n58WSy08PGLzFBtCaDoEDU+Md6/NSX6EVfhUCrktpZGsL2ZhAD/EheUIGRcK 2gfwf4o4ICelhclOcSF2znOpSIRt3W4= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-265-HVPi184BPMuu9diS_S8xtQ-1; Tue, 20 Jun 2023 10:41:20 -0400 X-MC-Unique: HVPi184BPMuu9diS_S8xtQ-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id AEE4818E0613; Tue, 20 Jun 2023 14:35:17 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.126]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 719EA492C13; Tue, 20 Jun 2023 14:35:17 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 407C81803082; Tue, 20 Jun 2023 16:35:12 +0200 (CEST) Date: Tue, 20 Jun 2023 16:35:12 +0200 From: "Gerd Hoffmann" To: devel@edk2.groups.io, yi1.li@intel.com Cc: Ard Biesheuvel , Jiewen Yao , Jordan Justen Subject: Re: [edk2-devel] [PATCH] OvmfPkg/PlatformCI: Skip GCC5_OVMF_IA32X64_FULL_NOOPT build Message-ID: References: <20230620111139.21365-1-yi1.li@intel.com> MIME-Version: 1.0 In-Reply-To: <20230620111139.21365-1-yi1.li@intel.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.10 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jun 20, 2023 at 07:11:39PM +0800, Li, Yi wrote: > The effect of LTO is limited with optimization turned off, and blocked > the upgrade of Openssl3.0. We already skipped this build with VS2019, > skip the GCC NOOPT build also. > > Signed-off-by: Yi Li > Cc: Ard Biesheuvel > Cc: Jiewen Yao > Cc: Jordan Justen > Cc: Gerd Hoffmann Acked-by: Gerd Hoffmann