Re: [edk2-devel] [RESEND v1 1/1] CI: Use Fedora-37 (gcc12) image for Linux jobs

2023-04-01 Thread Rebecca Cran
This isn't a problem with _this_ patch, but just a note that ReadMe.rst is outdated because it mentions Ubuntu_GCC5, ArmVirtPkg_Ubuntu_GCC5 etc. while it looks like we've been using Fedora images for a while. -- Rebecca Cran On 3/14/23 9:21 AM, Oliver Steffen wrote: Switch to the new Fedora

Re: [edk2-devel] [edk2-staging/OpenSSL11_EOL 0/7] Openssl 3.0 POC update Mar 17

2023-04-01 Thread Rebecca Cran
This is going to be needed in the next 6 months because OpenSSL 1.1.1 is going EOL. From https://www.openssl.org/blog/blog/2023/03/28/1.1.1-EOL/ : "We are now less than 6 months away from the End Of Life (EOL) date for the OpenSSL 1.1.1 series. Users of OpenSSL 1.1.1 should consider their

[edk2-devel] Split up MdeModulePkg and CryptoPkg CodeQL CI checks

2023-04-01 Thread Michael D Kinney
Hi Michael, I am looking at the CI agent execution times since we resolved several issued the last few days. We have CodeQL running in GitHub Actions and the rest of the Checks running in Azure Pipelines. Looking at only CodeQL, I see that the 2 longest jobs are on the MdeModulePkg and CryptoPk

Re: [edk2-devel] Split up MdeModulePkg and CryptoPkg CodeQL CI checks

2023-04-01 Thread Michael D Kinney
Hi Michael, On the Azure Piplines side, the same 2 packages have the longest build time. The DEBUG and RELEASE builds take about the same time each. The NO-TARGET and NOOPT combined are less than DEBUG or RELEASE. stuart_ci_build -c .pytool/CISettings.py -p CryptoPkg -t DEBUG,RELEASE,NO-TARGE

Re: [edk2-devel] [PATCH v2 0/6] MdePkg/Base.h: Introduce various alignment-related macros

2023-04-01 Thread Michael D Kinney
Merged PR: https://github.com/tianocore/edk2/pull/4226 Commits: 67a6f414aa0e..4ca4d2b9df27 Mike > -Original Message- > From: devel@edk2.groups.io On Behalf Of Gerd Hoffmann > Sent: Thursday, March 30, 2023 12:33 AM > To: devel@edk2.groups.io > Cc: Kinney, Michael D ; Aktas, Erdem > ;

Re: [edk2-devel] [PATCH v1 1/1] .github/workflows/codeql-analysis.yml: Add PIP caching

2023-04-01 Thread Michael D Kinney
Merged: PR: https://github.com/tianocore/edk2/pull/4227 Commit: https://github.com/tianocore/edk2/commit/b4af23aaab8a44341e43713a71cbebf23df2c27d I verified that the caching is enabled and being used. You can view the caches here: https://github.com/tianocore/edk2/actions/caches Mike >

[edk2-devel] [PATCH] MdePkg/Include: Add DMTF PLDM Base definitions

2023-04-01 Thread Chang, Abner via groups.io
From: Abner Chang BZ #4396 This change adds definitions for DMTF PLDM base specification. Spec ref: https://www.dmtf.org/sites/default/files/standards/documents/DSP0240_1.1.0.pdf Signed-off-by: Abner Chang Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Nickle Wang Cc: Igor Kulchy

[edk2-devel] [PATCH] MdePkg/Include: Add DMTF PLDM SMBIOS definitions

2023-04-01 Thread Chang, Abner via groups.io
From: Abner Chang BZ #4396 This change adds definitions for DMTF PLDM SMBIOS Transfer specification. Spec ref: https://www.dmtf.org/sites/default/files/standards/documents/DSP0246_1.0.1.pdf Signed-off-by: Abner Chang Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Nickle Wang Cc:

Re: [edk2-devel] [PATCH v1 1/1] .github/dependabot.yml: Disable automatic rebasing

2023-04-01 Thread Michael D Kinney
Merged PR: https://github.com/tianocore/edk2/pull/4228 Commit: https://github.com/tianocore/edk2/commit/fc00ff286a541c047b7d343e66ec10890b80d3ea > -Original Message- > From: devel@edk2.groups.io On Behalf Of Sean > Sent: Friday, March 31, 2023 4:50 PM > To: devel@edk2.groups.io; mikub..