Skip to content

Commit c69bfa1

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ updates:
5050
time: "06:00"
5151
ignore:
5252
# Ignore dependencies that are synced from mu_devops
53-
- dependency-name: "microsoft/mu_devops"
54-
- dependency-name: "github/codeql-action"
53+
- dependency-name: "microsoft/mu_devops*"
54+
- dependency-name: "github/codeql-action*"
5555
commit-message:
5656
prefix: "GitHub Action"
5757
labels:

Containers/Ubuntu-22/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ RUN wget -O - https://www.nasm.us/pub/nasm/releasebuilds/${NASM_VERSION}/nasm-${
106106

107107
RUN mkdir -p iasl_temp && cd iasl_temp && \
108108
wget -O iasl_${IASL_VERSION}.nupkg "https://pkgs.dev.azure.com/projectmu/acpica/_apis/packaging/feeds/mu_iasl/nuget/packages/edk2-acpica-iasl/versions/${IASL_VERSION}/content?api-version=6.0-preview.1" && \
109-
unzip iasl_${IASL_VERSION}.nupkg -d iasl_pkg_contents && \
110-
cp iasl_pkg_contents/edk2-acpica-iasl/Linux-x86/iasl /usr/bin/iasl && chmod +x /usr/bin/iasl && \
109+
unzip iasl_${IASL_VERSION}.nupkg -d /iasl_pkg_contents && \
110+
cp /iasl_pkg_contents/edk2-acpica-iasl/Linux-x86/iasl /usr/bin/iasl && chmod +x /usr/bin/iasl && \
111111
cd .. && rm -rf iasl_temp
112112

113113
RUN wget -q "https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb" && \

Containers/Ubuntu-24/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ RUN wget -O - https://www.nasm.us/pub/nasm/releasebuilds/${NASM_VERSION}/nasm-${
103103

104104
RUN mkdir -p iasl_temp && cd iasl_temp && \
105105
wget -O iasl_${IASL_VERSION}.nupkg "https://pkgs.dev.azure.com/projectmu/acpica/_apis/packaging/feeds/mu_iasl/nuget/packages/edk2-acpica-iasl/versions/${IASL_VERSION}/content?api-version=6.0-preview.1" && \
106-
unzip iasl_${IASL_VERSION}.nupkg -d iasl_pkg_contents && \
107-
cp iasl_pkg_contents/edk2-acpica-iasl/Linux-x86/iasl /usr/bin/iasl && chmod +x /usr/bin/iasl && \
106+
unzip iasl_${IASL_VERSION}.nupkg -d /iasl_pkg_contents && \
107+
cp /iasl_pkg_contents/edk2-acpica-iasl/Linux-x86/iasl /usr/bin/iasl && chmod +x /usr/bin/iasl && \
108108
cd .. && rm -rf iasl_temp
109109

110110
RUN wget -q "https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb" && \

0 commit comments

Comments
 (0)