Skip to content

Commit 1ee173b

Browse files
Repo File Sync: synced file(s) with microsoft/mu_devops
Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
1 parent 32778d1 commit 1ee173b

5 files changed

Lines changed: 14 additions & 3 deletions

File tree

.github/workflows/label-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ on:
2525
jobs:
2626
sync:
2727

28-
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v15.0.3
28+
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v16.0.0
2929
secrets: inherit

.github/workflows/release-draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
draft:
3030
name: Draft Releases
3131

32-
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v15.0.3
32+
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v16.0.0
3333
secrets: inherit

.github/workflows/stale-leaf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ on:
2525
jobs:
2626
check:
2727

28-
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v15.0.3
28+
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v16.0.0
2929
secrets: inherit

Containers/Ubuntu-22/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,17 @@ RUN apt-get update && \
4343
apt-get install --yes --no-install-recommends \
4444
bison \
4545
ca-certificates \
46+
clang \
4647
curl \
48+
device-tree-compiler \
4749
flex \
4850
git \
4951
gnupg \
5052
gnupg2 \
5153
lcov \
54+
libssl-dev \
55+
lld \
56+
llvm \
5257
jq \
5358
m4 \
5459
make \
@@ -227,3 +232,4 @@ RUN apt-get update && \
227232
less \
228233
&& \
229234
apt-get clean
235+

Containers/Ubuntu-24/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,17 @@ RUN apt-get update && \
4343
apt-get install --yes --no-install-recommends \
4444
bison \
4545
ca-certificates \
46+
clang \
4647
curl \
48+
device-tree-compiler \
4749
flex \
4850
git \
4951
gnupg \
5052
gnupg2 \
5153
lcov \
54+
libssl-dev \
55+
lld \
56+
llvm \
5257
jq \
5358
m4 \
5459
make \

0 commit comments

Comments
 (0)