* [PATCH v3 1/1] BaseTools: Update the NASM CI dependency
@ 2021-02-23 17:51 Bret Barkelew
2021-03-02 1:05 ` 回复: " gaoliming
[not found] ` <1668610AF97AAB3B.600@groups.io>
0 siblings, 2 replies; 3+ messages in thread
From: Bret Barkelew @ 2021-02-23 17:51 UTC (permalink / raw)
To: devel; +Cc: Bob Feng, Liming Gao, Yuwei Chen
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>
---
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.05",
"flags": ["set_path", "host_specific"]
}
--
2.28.0.windows.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* 回复: [PATCH v3 1/1] BaseTools: Update the NASM CI dependency
2021-02-23 17:51 [PATCH v3 1/1] BaseTools: Update the NASM CI dependency Bret Barkelew
@ 2021-03-02 1:05 ` gaoliming
[not found] ` <1668610AF97AAB3B.600@groups.io>
1 sibling, 0 replies; 3+ messages in thread
From: gaoliming @ 2021-03-02 1:05 UTC (permalink / raw)
To: 'Bret Barkelew', devel; +Cc: 'Bob Feng', 'Yuwei Chen'
Bret:
This change is good to me. Reviewed-by: Liming Gao <gaoliming@byosoft.com.
cn>
Besides, I think this patch is CI dependency update. It is not bug fix. It
can be merged after this stable tag.
Thanks
Liming
> -----邮件原件-----
> 发件人: Bret Barkelew <bret@corthon.com>
> 发送时间: 2021年2月24日 1:52
> 收件人: devel@edk2.groups.io
> 抄送: Bob Feng <bob.c.feng@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>; Yuwei Chen <yuwei.chen@intel.com>
> 主题: [PATCH v3 1/1] 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>
> ---
> 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.05",
> "flags": ["set_path", "host_specific"]
> }
> --
> 2.28.0.windows.1
^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <1668610AF97AAB3B.600@groups.io>]
* 回复: [edk2-devel] 回复: [PATCH v3 1/1] BaseTools: Update the NASM CI dependency
[not found] ` <1668610AF97AAB3B.600@groups.io>
@ 2021-03-08 1:04 ` gaoliming
0 siblings, 0 replies; 3+ messages in thread
From: gaoliming @ 2021-03-08 1:04 UTC (permalink / raw)
To: devel, gaoliming, 'Bret Barkelew'
Cc: 'Bob Feng', 'Yuwei Chen'
Create PR https://github.com/tianocore/edk2/pull/1477 for this patch.
Thanks
Liming
> -----邮件原件-----
> 发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 gaoliming
> 发送时间: 2021年3月2日 9:06
> 收件人: 'Bret Barkelew' <bret@corthon.com>; devel@edk2.groups.io
> 抄送: 'Bob Feng' <bob.c.feng@intel.com>; 'Yuwei Chen'
> <yuwei.chen@intel.com>
> 主题: [edk2-devel] 回复: [PATCH v3 1/1] BaseTools: Update the NASM CI
> dependency
>
> Bret:
> This change is good to me. Reviewed-by: Liming Gao
> <gaoliming@byosoft.com.
> cn>
>
> Besides, I think this patch is CI dependency update. It is not bug fix.
It
> can be merged after this stable tag.
>
> Thanks
> Liming
> > -----邮件原件-----
> > 发件人: Bret Barkelew <bret@corthon.com>
> > 发送时间: 2021年2月24日 1:52
> > 收件人: devel@edk2.groups.io
> > 抄送: Bob Feng <bob.c.feng@intel.com>; Liming Gao
> > <gaoliming@byosoft.com.cn>; Yuwei Chen <yuwei.chen@intel.com>
> > 主题: [PATCH v3 1/1] 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>
> > ---
> > 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.05",
> > "flags": ["set_path", "host_specific"]
> > }
> > --
> > 2.28.0.windows.1
>
>
>
>
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-03-08 1:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-23 17:51 [PATCH v3 1/1] BaseTools: Update the NASM CI dependency Bret Barkelew
2021-03-02 1:05 ` 回复: " gaoliming
[not found] ` <1668610AF97AAB3B.600@groups.io>
2021-03-08 1:04 ` 回复: [edk2-devel] " gaoliming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox