public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 0/1] Fixing BaseTool build break
@ 2022-09-21 20:44 Kun Qin
  2022-09-21 20:44 ` [PATCH v1 1/1] BaseTools: Edk2ToolsBuild: Fixing pipeline build due to path too long Kun Qin
  0 siblings, 1 reply; 6+ messages in thread
From: Kun Qin @ 2022-09-21 20:44 UTC (permalink / raw)
  To: devel; +Cc: Bob Feng, Liming Gao, Yuwei Chen, Sean Brogan

Currently the BaseTool build step is failing and caused the pipeline to
malfunciton.

The issue is due to the environment path too long during the build
process and adding VC toolchain path to the environment variable will
fail due to Windows varaible length limit.

Patch v1 branch: https://github.com/kuqin12/edk2/tree/fix_edk2_build

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>

Sean Brogan (1):
  BaseTools: Edk2ToolsBuild: Fixing pipeline build due to path too long

 BaseTools/Edk2ToolsBuild.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.37.1.windows.1


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

end of thread, other threads:[~2022-09-23  4:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-21 20:44 [PATCH v1 0/1] Fixing BaseTool build break Kun Qin
2022-09-21 20:44 ` [PATCH v1 1/1] BaseTools: Edk2ToolsBuild: Fixing pipeline build due to path too long Kun Qin
2022-09-21 23:09   ` [edk2-devel] " Sean
2022-09-22 11:11   ` Bob Feng
     [not found]   ` <17172A4739518A26.13460@groups.io>
2022-09-22 11:26     ` [edk2-devel] " Bob Feng
2022-09-23  4:42       ` Kun Qin

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