public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 1/1] BaseTools: Update the NASM dependency
@ 2021-02-12 20:49 Bret Barkelew
  2021-02-15 20:59 ` [edk2-devel] " Laszlo Ersek
  0 siblings, 1 reply; 8+ messages in thread
From: Bret Barkelew @ 2021-02-12 20:49 UTC (permalink / raw)
  To: devel

This is primarily used by CI builds, but may also be used by platforms.

Update NASM to support newer structures and features, as agreed in recent
community meetings:
https://edk2.groups.io/g/devel/message/71289
---
 BaseTools/Bin/nasm_ext_dep.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BaseTools/Bin/nasm_ext_dep.yaml b/BaseTools/Bin/nasm_ext_dep.yaml
index 60b1f71b56aa..56703d4c18e7 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.5",
   "flags": ["set_path", "host_specific"]
 }
-- 
2.28.0.windows.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-02-22 10:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-12 20:49 [PATCH v1 1/1] BaseTools: Update the NASM dependency Bret Barkelew
2021-02-15 20:59 ` [edk2-devel] " Laszlo Ersek
2021-02-18  3:39   ` 回复: " gaoliming
2021-02-18  4:07     ` Bret Barkelew
2021-02-19 14:30       ` Laszlo Ersek
2021-02-19 17:10         ` Bret Barkelew
2021-02-20  5:16           ` 回复: " gaoliming
2021-02-22 10:19             ` Laszlo Ersek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox