Skip to content

Commit 4f4644e

Browse files
committed
Build: Stop tracking branch tips for core submodules
Remove branch entries for MU_BASECORE, Common/MU, and Common/MU_OEM_SAMPLE in .gitmodules so CI uses pinned submodule SHAs instead of auto-advancing to the latest release/202511 branch tip. Signed-off-by: Doug Flick <dougflick@microsoft.com>
1 parent dfa2bd9 commit 4f4644e

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

.gitmodules

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
[submodule "MU_BASECORE"]
2-
path = MU_BASECORE
3-
url = https://github.com/microsoft/mu_basecore.git
4-
branch = release/202511
5-
[submodule "Common/MU"]
6-
path = Common/MU
7-
url = https://github.com/microsoft/mu_plus.git
8-
branch = release/202511
9-
[submodule "Common/MU_OEM_SAMPLE"]
10-
path = Common/MU_OEM_SAMPLE
11-
url = https://github.com/microsoft/mu_oem_sample.git
12-
branch = release/202511
131
[submodule "Silicon/Arm/TFA"]
142
path = Silicon/Arm/TFA
153
url = https://github.com/ARM-software/arm-trusted-firmware.git
@@ -33,3 +21,12 @@
3321
[submodule "Features/FFA"]
3422
path = Features/FFA
3523
url = https://github.com/microsoft/mu_feature_ffa.git
24+
[submodule "MU_BASECORE"]
25+
path = MU_BASECORE
26+
url = https://github.com/microsoft/mu_basecore.git
27+
[submodule "Common/MU"]
28+
path = Common/MU
29+
url = https://github.com/microsoft/mu_plus.git
30+
[submodule "Common/MU_OEM_SAMPLE"]
31+
path = Common/MU_OEM_SAMPLE
32+
url = https://github.com/microsoft/mu_oem_sample.git

0 commit comments

Comments
 (0)