From: "Ni, Ray" <ray.ni@intel.com>
To: "Kinney, Michael D" <michael.d.kinney@intel.com>,
"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: Sean Brogan <sean.brogan@microsoft.com>,
Bret Barkelew <Bret.Barkelew@microsoft.com>,
Liming Gao <gaoliming@byosoft.com.cn>,
"Feng, Bob C" <bob.c.feng@intel.com>,
"Chen, Christine" <yuwei.chen@intel.com>,
Andrew Fish <afish@apple.com>
Subject: Re: [Patch 1/1] EmulatorPkg: Temp remove IA32 GCC CI builds
Date: Thu, 29 Apr 2021 04:57:39 +0000 [thread overview]
Message-ID: <CO1PR11MB4930C8FA70BE89B3F4D39C0F8C5F9@CO1PR11MB4930.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20210429042934.957-1-michael.d.kinney@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
> -----Original Message-----
> From: Kinney, Michael D <michael.d.kinney@intel.com>
> Sent: Thursday, April 29, 2021 12:30 PM
> To: devel@edk2.groups.io
> Cc: Sean Brogan <sean.brogan@microsoft.com>; Bret Barkelew
> <Bret.Barkelew@microsoft.com>; Liming Gao <gaoliming@byosoft.com.cn>;
> Feng, Bob C <bob.c.feng@intel.com>; Chen, Christine
> <yuwei.chen@intel.com>; Andrew Fish <afish@apple.com>; Ni, Ray
> <ray.ni@intel.com>
> Subject: [Patch 1/1] EmulatorPkg: Temp remove IA32 GCC CI builds
>
> EmulatorPkg IA32 GCC builds are not working due to a failure
> to install the i386 library dependencies in Ubuntu 18.04.
>
> Temporarily disable these specific CI tests until the issue
> can be resolved.
>
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Bob Feng <bob.c.feng@intel.com>
> Cc: Yuwei Chen <yuwei.chen@intel.com>
> Cc: Andrew Fish <afish@apple.com>
> Cc: Ray Ni <ray.ni@intel.com>
> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> ---
> .../.azurepipelines/Ubuntu-GCC5.yml | 53 -------------------
> 1 file changed, 53 deletions(-)
>
> diff --git a/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
> b/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
> index faf57e7dd559..416c15e70840 100644
> --- a/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
> +++ b/EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
> @@ -47,27 +47,6 @@ jobs:
> Build.Target: "NOOPT"
> Run.Flags: $(run_flags)
> Run: $(should_run)
> - EmulatorPkg_IA32_DEBUG:
> - Build.File: "$(package)/PlatformCI/PlatformBuild.py"
> - Build.Arch: "IA32"
> - Build.Flags: ""
> - Build.Target: "DEBUG"
> - Run.Flags: $(run_flags)
> - Run: $(should_run)
> - EmulatorPkg_IA32_RELEASE:
> - Build.File: "$(package)/PlatformCI/PlatformBuild.py"
> - Build.Arch: "IA32"
> - Build.Flags: ""
> - Build.Target: "RELEASE"
> - Run.Flags: $(run_flags)
> - Run: $(should_run)
> - EmulatorPkg_IA32_NOOPT:
> - Build.File: "$(package)/PlatformCI/PlatformBuild.py"
> - Build.Arch: "IA32"
> - Build.Flags: ""
> - Build.Target: "NOOPT"
> - Run.Flags: $(run_flags)
> - Run: $(should_run)
> EmulatorPkg_X64_FULL_DEBUG:
> Build.File: "$(package)/PlatformCI/PlatformBuild.py"
> Build.Arch: "X64"
> @@ -89,27 +68,6 @@ jobs:
> Build.Target: "NOOPT"
> Run.Flags: $(run_flags)
> Run: $(should_run)
> - EmulatorPkg_IA32_FULL_DEBUG:
> - Build.File: "$(package)/PlatformCI/PlatformBuild.py"
> - Build.Arch: "IA32"
> - Build.Flags: "BLD_*_SECURE_BOOT_ENABLE=TRUE"
> - Build.Target: "DEBUG"
> - Run.Flags: $(run_flags)
> - Run: $(should_run)
> - EmulatorPkg_IA32_FULL_RELEASE:
> - Build.File: "$(package)/PlatformCI/PlatformBuild.py"
> - Build.Arch: "IA32"
> - Build.Flags: "BLD_*_SECURE_BOOT_ENABLE=TRUE"
> - Build.Target: "RELEASE"
> - Run.Flags: $(run_flags)
> - Run: $(should_run)
> - EmulatorPkg_IA32_FULL_NOOPT:
> - Build.File: "$(package)/PlatformCI/PlatformBuild.py"
> - Build.Arch: "IA32"
> - Build.Flags: "BLD_*_SECURE_BOOT_ENABLE=TRUE"
> - Build.Target: "NOOPT"
> - Run.Flags: $(run_flags)
> - Run: $(should_run)
>
> workspace:
> clean: all
> @@ -127,14 +85,3 @@ jobs:
> build_file: $(Build.File)
> build_flags: $(Build.Flags)
> run_flags: $(Run.Flags)
> - # Add steps to install some IA32 only dependencies
> - extra_install_step:
> - - bash: sudo dpkg --add-architecture i386
> - displayName: Add i386 to dpkg
> - condition: and(gt(variables.pkg_count, 0), eq(variables['Build.Arch'],
> 'IA32'), succeeded())
> - - bash: sudo apt-get update
> - displayName: do apt-get update
> - condition: and(gt(variables.pkg_count, 0), eq(variables['Build.Arch'],
> 'IA32'), succeeded())
> - - bash: sudo apt-get install libc6-dev:i386 libx11-dev:i386 libxext-dev:i386
> lib32gcc-7-dev
> - displayName: Add additional i386 packages
> - condition: and(gt(variables.pkg_count, 0), eq(variables['Build.Arch'],
> 'IA32'), succeeded())
> --
> 2.31.1.windows.1
next prev parent reply other threads:[~2021-04-29 4:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-29 4:29 [Patch 1/1] EmulatorPkg: Temp remove IA32 GCC CI builds Michael D Kinney
2021-04-29 4:57 ` Ni, Ray [this message]
2021-04-29 5:11 ` Bob Feng
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CO1PR11MB4930C8FA70BE89B3F4D39C0F8C5F9@CO1PR11MB4930.namprd11.prod.outlook.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox