Skip to content

Commit 419bd25

Browse files
authored
CI: Change to running 202502 branch (#100)
## Description Change to using 202502 Branches. - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? ## How This Was Tested Ran CI build. ## Integration Instructions No integration necessary.
1 parent bb3eb14 commit 419bd25

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.pytool/CISettings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def GetDependencies(self):
175175
{
176176
"Path": "MU_BASECORE",
177177
"Url": "https://github.com/microsoft/mu_basecore.git",
178-
"Branch": "release/202405"
178+
"Branch": "release/202502"
179179
}
180180
]
181181

DebuggerFeaturePkg/DebuggerFeaturePkg.dsc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@
3333
TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf
3434
DeviceStateLib|MdeModulePkg/Library/DeviceStateLib/DeviceStateLib.inf
3535
RegisterFilterLib|MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull.inf
36-
NULL|MdePkg/Library/StackCheckLibNull/StackCheckLibNull.inf
3736

3837
DebugTransportLib|DebuggerFeaturePkg/Library/DebugTransportSerialLib/DebugTransportSerialLib.inf
3938
WatchdogTimerLib|DebuggerFeaturePkg/Library/WatchdogTimerLibNull/WatchdogTimerLibNull.inf
4039
TransportLogControlLib|DebuggerFeaturePkg/Library/TransportLogControlLibNull/TransportLogControlLibNull.inf
4140

41+
StackCheckLib|MdePkg/Library/StackCheckLibNull/StackCheckLibNull.inf
42+
4243
[LibraryClasses.common.PEIM]
4344
MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
4445
PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf

0 commit comments

Comments
 (0)