From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm1-f48.google.com (mail-wm1-f48.google.com [209.85.128.48]) by mx.groups.io with SMTP id smtpd.web12.14727.1585427302666536208 for ; Sat, 28 Mar 2020 13:28:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=qWa/VE4m; spf=pass (domain: linaro.org, ip: 209.85.128.48, mailfrom: ard.biesheuvel@linaro.org) Received: by mail-wm1-f48.google.com with SMTP id g62so16666073wme.1 for ; Sat, 28 Mar 2020 13:28:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=jWnYNxOivROUF6r418n0maVBxOCzFN99QIww0pWm4yo=; b=qWa/VE4m2e/Q6JKXtvtZsux14zJ5rFgvzcxVGe3scRhlLF9qeo/VrAJt9QOs0ORlgS sPIJocdAFOvO429DimVNexwGEy1jQ9l1njQ5YgAPNTyJT99o1KpC36Y2M/Rv3uRsQ1W2 KbIvUQshaiE6mO3F0aQ8q2JpjPG0EajlNoNyv78nvfRTITO+9JVkp9vY7CtHYI+vIE/n rKXtqpGnIAYxdknTLEZOXlqw5ujGgEsmGnmyDrARsUZkR1YGVf4lh+5uT9SvPQU1LJU1 RHGGp6JRamxByW36+tSm1s/WLURQESAhbw6LkSTjjYlB1PQp1Pa/Zo0xx2K0PoEbGMD0 0CGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=jWnYNxOivROUF6r418n0maVBxOCzFN99QIww0pWm4yo=; b=oxVmTTcVwpo+chs4qawocxBvNJ7IqFX6Sfozfk7PJAg8QfBk5So/hlAMZtZQjA8kWV wZD04iaA7Hz7d1EKY3cX8Ze+9BaKXSsUfRWQ3AI5x8oqrUbUZotoWVjXzoR/5fSrz8gI YRAShwfrut2CeOY8hXPWJexTrYN75TFu+uLcOPTAwulZeygFCSWLiNTydu5ufcnU+4s3 a+jaL1BhPGr9H25Jt2hMgx0M3x9G3U5kyULJg5V6DDqOYeIBDUenQQcQD+1eGQgmR+9W SdYTj+fruSwboXfnBlHd1gzMOzUX6McYKpCaSprVOtSVjGwb5ocAvE/wbf11woNU2vyW nd5A== X-Gm-Message-State: ANhLgQ2mHHdA7nLHFL1nfqqRobimihIMx1/TRipturwOlI7wieZ5+lTx aBKo0V9SOQ68tYCbu7mLtJlt1tpcE1ZSEBO4HHV29FIvVZM= X-Google-Smtp-Source: ADFU+vuMA4sm6TrdU8eWfL5BiVgOTygg848ONFcLtSZ3S0h+4RZjQy2L3c435RlWbkXC8bVenQSTvIUVMuh/Z0gOakc= X-Received: by 2002:a7b:c050:: with SMTP id u16mr5656413wmc.68.1585427300881; Sat, 28 Mar 2020 13:28:20 -0700 (PDT) MIME-Version: 1.0 References: <1999.1585363706349640688@groups.io> <19211.1585423777537112982@groups.io> In-Reply-To: <19211.1585423777537112982@groups.io> From: "Ard Biesheuvel" Date: Sat, 28 Mar 2020 21:28:09 +0100 Message-ID: Subject: Re: [edk2-devel] [PATCH] .azurepipelines: Enable CI for OvmfPkg and EmulatorPkg To: edk2-devel-groups-io , Sean Brogan Content-Type: text/plain; charset="UTF-8" On Sat, 28 Mar 2020 at 20:29, Sean via Groups.Io wrote: > > Added support for EmulatorPkg running to UEFI shell. > Segmentation fault on GCC / Ubuntu x64. Works on Windows. > > Could very easily be user error. > https://bugzilla.tianocore.org/show_bug.cgi?id=2639 > > Laszlo - can you point me to any docs, scripts, examples of how i would do the same thing with OVMF (just don't want to re-invent the wheel)? > Hello Sean, Thanks a lot for taking the time to work on this. IMO, having a CI smoke test that boots, say, an X64 as well as a AARCH64 virtual platform to the UEFI shell is extremely valuable, and given how little time it should take to run this test after doing the build, I would argue for it to be incorporated as a pre-commit check. (Background: the situation is much better than it was, but for a long time, being a maintainer of the ARM pieces in EDK2 was no fun, given how often the build got broken by people working on [and limiting their testing to] X64 platforms)