summaryrefslogtreecommitdiffstats
path: root/BaseTools
diff options
context:
space:
mode:
authorBret Barkelew <bret@corthon.com>2021-02-24 01:51:56 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-03-08 01:33:44 +0000
commitb8a92fa2fea548dccacc2f228b607b7febdf81c0 (patch)
tree506140944247a4b51ff0068bb583b3069daea05e /BaseTools
parent59a3ccb09e7a246913d88fbac31412f20f717a3c (diff)
downloadedk2-b8a92fa2fea548dccacc2f228b607b7febdf81c0.tar.gz
edk2-b8a92fa2fea548dccacc2f228b607b7febdf81c0.tar.bz2
edk2-b8a92fa2fea548dccacc2f228b607b7febdf81c0.zip
BaseTools: Update the NASM CI dependency
Update the external dependency (consumed by Edk2Tools) version for NASM, as agreed in recent community meetings: https://edk2.groups.io/g/devel/message/71289 https://edk2.groups.io/g/devel/message/71070 This is primarily used by CI builds, but may also be used by platforms. Signed-off-by: Bret Barkelew <Bret.Barkelew@microsoft.com> Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Yuwei Chen <yuwei.chen@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Diffstat (limited to 'BaseTools')
-rw-r--r--BaseTools/Bin/nasm_ext_dep.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Bin/nasm_ext_dep.yaml b/BaseTools/Bin/nasm_ext_dep.yaml
index 60b1f71b56..7a56dd2b8b 100644
--- a/BaseTools/Bin/nasm_ext_dep.yaml
+++ b/BaseTools/Bin/nasm_ext_dep.yaml
@@ -13,6 +13,6 @@
"type": "nuget",
"name": "mu_nasm",
"source": "https://api.nuget.org/v3/index.json",
- "version": "2.14.02",
+ "version": "2.15.05",
"flags": ["set_path", "host_specific"]
}