diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index 282e89ed..8fbfc95c 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -25,5 +25,5 @@ on: jobs: sync: - uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v15.0.3 + uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v16.0.0 secrets: inherit diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 2dd3eb03..faee0102 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -29,5 +29,5 @@ jobs: draft: name: Draft Releases - uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v15.0.3 + uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v16.0.0 secrets: inherit diff --git a/.github/workflows/stale-leaf.yml b/.github/workflows/stale-leaf.yml index fea3b4c5..c55df2c3 100644 --- a/.github/workflows/stale-leaf.yml +++ b/.github/workflows/stale-leaf.yml @@ -25,5 +25,5 @@ on: jobs: check: - uses: microsoft/mu_devops/.github/workflows/Stale.yml@v15.0.3 + uses: microsoft/mu_devops/.github/workflows/Stale.yml@v16.0.0 secrets: inherit diff --git a/Containers/Ubuntu-22/Dockerfile b/Containers/Ubuntu-22/Dockerfile index 67b97e68..379b79a3 100644 --- a/Containers/Ubuntu-22/Dockerfile +++ b/Containers/Ubuntu-22/Dockerfile @@ -43,12 +43,17 @@ RUN apt-get update && \ apt-get install --yes --no-install-recommends \ bison \ ca-certificates \ + clang \ curl \ + device-tree-compiler \ flex \ git \ gnupg \ gnupg2 \ lcov \ + libssl-dev \ + lld \ + llvm \ jq \ m4 \ make \ @@ -227,3 +232,4 @@ RUN apt-get update && \ less \ && \ apt-get clean + diff --git a/Containers/Ubuntu-24/Dockerfile b/Containers/Ubuntu-24/Dockerfile index 060240d7..bc5eef53 100644 --- a/Containers/Ubuntu-24/Dockerfile +++ b/Containers/Ubuntu-24/Dockerfile @@ -43,12 +43,17 @@ RUN apt-get update && \ apt-get install --yes --no-install-recommends \ bison \ ca-certificates \ + clang \ curl \ + device-tree-compiler \ flex \ git \ gnupg \ gnupg2 \ lcov \ + libssl-dev \ + lld \ + llvm \ jq \ m4 \ make \