[edk2-devel] [Patch 1/1] EmulatorPkg: Temp remove IA32 GCC CI builds

Ni, Ray ray.ni at intel.com
Thu Apr 29 04:57:39 UTC 2021


Reviewed-by: Ray Ni <ray.ni at intel.com>

> -----Original Message-----
> From: Kinney, Michael D <michael.d.kinney at intel.com>
> Sent: Thursday, April 29, 2021 12:30 PM
> To: devel at edk2.groups.io
> Cc: Sean Brogan <sean.brogan at microsoft.com>; Bret Barkelew
> <Bret.Barkelew at microsoft.com>; Liming Gao <gaoliming at byosoft.com.cn>;
> Feng, Bob C <bob.c.feng at intel.com>; Chen, Christine
> <yuwei.chen at intel.com>; Andrew Fish <afish at apple.com>; Ni, Ray
> <ray.ni at 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 at microsoft.com>
> Cc: Bret Barkelew <Bret.Barkelew at microsoft.com>
> Cc: Liming Gao <gaoliming at byosoft.com.cn>
> Cc: Bob Feng <bob.c.feng at intel.com>
> Cc: Yuwei Chen <yuwei.chen at intel.com>
> Cc: Andrew Fish <afish at apple.com>
> Cc: Ray Ni <ray.ni at intel.com>
> Signed-off-by: Michael D Kinney <michael.d.kinney at 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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#74596): https://edk2.groups.io/g/devel/message/74596
Mute This Topic: https://groups.io/mt/82448462/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-






More information about the edk2-devel-archive mailing list