Re: [edk2-devel] [PATCH v1 1/1] BaseTools: build: Set ReturnCode on POSTBUILD fail

2021-05-19 Thread Kirkendall, Garrett
Any traction on this patch? Thank you Liming Gao for your quick response. GARRETT KIRKENDALL SMTS Firmware Engineer 7171 Southwest Parkway, Austin, TX 78735 USA AMD   facebook  |  amd.com > -Original Message- > From: gaoliming > Sent: Sunday, May 16, 2021 3:10 AM > To: Kirkendall, Garr

[edk2-devel] [PATCH v1 1/1] BaseTools: build: Set ReturnCode on POSTBUILD fail

2021-05-14 Thread Kirkendall, Garrett
When build.by POSTBUILD handling section returns other than 0, set ReturnCode to POSTBUILD_ERROR so build.py exits with return code other than 0. Fix for https://bugzilla.tianocore.org/show_bug.cgi?id=1977 Cc: Bob Feng Cc: Liming Gao Cc: Yuwei Chen Signed-off-by: Garrett Kirkendall --- Base