From a62fb4229d149560cac2bf56011fba49a281ed2b Mon Sep 17 00:00:00 2001 From: Matthew Carlson Date: Wed, 16 Sep 2020 07:02:33 +0800 Subject: [PATCH] BaseTools: update IASL extdep to more modern version The IASL extdep is used for CI only and a recent fork of the ACPICA repo was made to make nuget builds more regular and easier to audit. https://dev.azure.com/projectmu/_git/acpica Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Chen Cc: Sean Brogan Reviewed-by: Liming Gao Signed-off-by: Matthew Carlson --- BaseTools/Bin/iasl_ext_dep.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BaseTools/Bin/iasl_ext_dep.yaml b/BaseTools/Bin/iasl_ext_dep.yaml index 1d81e89cf3..ea2bc315d1 100644 --- a/BaseTools/Bin/iasl_ext_dep.yaml +++ b/BaseTools/Bin/iasl_ext_dep.yaml @@ -14,8 +14,8 @@ "id": "iasl-ci-1", "scope": "cibuild", "type": "nuget", - "name": "iasl", - "source": "https://api.nuget.org/v3/index.json", - "version": "20190215.0.0", + "name": "edk2-acpica-iasl", + "source": "https://pkgs.dev.azure.com/projectmu/acpica/_packaging/mu_iasl/nuget/v3/index.json", + "version": "20200717.0.0", "flags": ["set_path", "host_specific"] }