* [PATCH v2 0/1] Update IASL extdep for CI
@ 2020-09-15 23:02 Matthew Carlson
2020-09-15 23:02 ` [PATCH v2 1/1] BaseTools: update IASL extdep to more modern version Matthew Carlson
0 siblings, 1 reply; 2+ messages in thread
From: Matthew Carlson @ 2020-09-15 23:02 UTC (permalink / raw)
To: devel
From: Matthew Carlson <matthewfcarlson@gmail.com>
Currently EDK2 has an external dependency to download the IASL compiler.
This updates that nuget stream with a much more current version produced
by a pipeline that runs regularly. Feel free to check out the repo here:
https://dev.azure.com/projectmu/_git/acpica
To reiterate, this only affects CI and should not affect platforms unless
they are explictly using the 'cibuild' scope.
v2 changes: Added reviewed by from Liming.
Ref: https://github.com/tianocore/edk2/pull/927
Matthew Carlson (1):
BaseTools: update IASL extdep to more modern version
BaseTools/Bin/iasl_ext_dep.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
2.27.0.vfs.1.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH v2 1/1] BaseTools: update IASL extdep to more modern version
2020-09-15 23:02 [PATCH v2 0/1] Update IASL extdep for CI Matthew Carlson
@ 2020-09-15 23:02 ` Matthew Carlson
0 siblings, 0 replies; 2+ messages in thread
From: Matthew Carlson @ 2020-09-15 23:02 UTC (permalink / raw)
To: devel; +Cc: Bob Feng, Liming Gao, Yuwei Chen, Sean Brogan, Matthew Carlson
From: Matthew Carlson <macarl@microsoft.com>
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 <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Matthew Carlson <matthewfcarlson@gmail.com>
---
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 1d81e89cf3a6..ea2bc315d184 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"]
}
--
2.27.0.vfs.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-15 23:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-15 23:02 [PATCH v2 0/1] Update IASL extdep for CI Matthew Carlson
2020-09-15 23:02 ` [PATCH v2 1/1] BaseTools: update IASL extdep to more modern version Matthew Carlson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox