Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
9137408
[CHERRY-PICK] MdeModulePkg/HiiDatabaseDxe: Prevent linker error
makubacki Feb 26, 2025
a2e5896
[CHERRY-PICK] MdePkg/BaseMemoryLib: Prevent potential VS2022 linker f…
makubacki Mar 1, 2023
b009a7a
[CHERRY-PICK] DebugMacroCheck: Do not show progress bar with zero items
makubacki Mar 5, 2025
c5f4f7b
GitHub Action: Bump robinraju/release-downloader from 1.11 to 1.12 (#…
dependabot[bot] Mar 11, 2025
f20ad46
MdePkg: Add Google Mock Protocol for MmCommunication2 (#1288)
SeolforHsieh Mar 12, 2025
74255e4
MdePkg: Add all mock functions in the MockMmServicesTableLib (#1279)
SeolforHsieh Mar 12, 2025
af2ae55
StandaloneMmPkg: Add Google Mock Library for StandaloneMmMemLib (#1287)
SeolforHsieh Mar 13, 2025
980a81c
MdePkg: Complete MockUefiBootServicesTableLib
VivianNK Mar 13, 2025
cd4728c
pip: bump pygount from 1.8.0 to 2.0.0 (#1309)
dependabot[bot] Mar 19, 2025
2ce54b4
Repo File Sync: synced file(s) with microsoft/mu_devops (#1300)
uefibot Mar 24, 2025
edc3eea
RustToolChain: Bump RustToolChain from 1.80 to 1.84.
uefibot Mar 28, 2025
ea294d0
pip: bump edk2-pytool-library to 0.23.2, edk2-pytool-extensions to 0.…
apop5 Mar 28, 2025
e0fc3da
GitHub Action: Bump robinraju/release-downloader from 1.11 to 1.12 (#…
dependabot[bot] Mar 31, 2025
a739b9f
[CHERRY-PICK] MdeModulePkg/DxeCorePerformanceLib: Use EFI_MM_COMMUNIC…
makubacki Mar 10, 2025
5098db5
[CHERRY-PICK] MdeModulePkg: Add Standalone MM Core performance support
makubacki Feb 3, 2025
37e2cc2
[CHERRY-PICK] MdeModulePkg: Add Standalone MM perf library support
makubacki Feb 3, 2025
649078a
[CHERRY-PICK] MdeModulePkg/DxeCorePerformanceLib: Fix incorrect size …
xuweiintel Mar 22, 2025
ef0f4d3
[CHERRY-PICK] StandaloneMmCorePerformanceLib.inf: Add gEfiEventExitBo…
makubacki Mar 25, 2025
01a5e61
BaseTools: Add GenStm
kuqin12 Jan 12, 2024
ff99998
Add CPU_INFORMATION_HEADER struct to STM_HEADER
kenlautner Mar 29, 2025
4adf1dd
Move STATIC_ASSERT abstraction to common file for BaseTools usage
kenlautner Apr 2, 2025
a80f922
Squash on Rebase: Clean up Edk2 CI files.
apop5 Apr 8, 2025
bc8e9fd
BaseTools/UefiVarPatcher: Add plugin (#1326)
makubacki Apr 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .azurepipelines/MuDevOpsWrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resources:
type: github
endpoint: microsoft
name: microsoft/mu_devops
ref: refs/tags/v13.0.0
ref: refs/tags/v13.0.3

parameters:
- name: do_ci_build
Expand Down Expand Up @@ -82,7 +82,7 @@ parameters:
jobs:
- template: Jobs/PrGate.yml@mu_devops
parameters:
linux_container_image: ghcr.io/microsoft/mu_devops/ubuntu-24-build:d412ccd
linux_container_image: ghcr.io/microsoft/mu_devops/ubuntu-24-build:b089181
${{ if eq(parameters.rust_build, true) }}:
linux_container_options: --security-opt seccomp=unconfined
do_ci_build: ${{ parameters.do_ci_build }}
Expand All @@ -105,7 +105,7 @@ jobs:

container:

image: ghcr.io/microsoft/mu_devops/ubuntu-24-build:d412ccd
image: ghcr.io/microsoft/mu_devops/ubuntu-24-build:b089181
options: --user root --name mu_devops_build_container --security-opt seccomp=unconfined

steps:
Expand Down
288 changes: 0 additions & 288 deletions .github/scripts/GitHub.py

This file was deleted.

Loading