projects
/
platform
/
core
/
dotnet
/
diagnostics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3edf1e
)
[Tizen] Bypass GBS build fail for exitcode 143 (#110)
tizen_dev
accepted/tizen/unified/20241121.055653
accepted/tizen/unified/x/20241114.135524
accepted/tizen/unified/x/asan/20241114.221513
author
이형주/MDE Lab(SR)/삼성전자
<leee.lee@samsung.com>
Thu, 14 Nov 2024 05:47:23 +0000
(14:47 +0900)
committer
GitHub Enterprise
<noreply-CODE@samsung.com>
Thu, 14 Nov 2024 05:47:23 +0000
(14:47 +0900)
* [Tizen] Bypass GBS build fail for exitcode 143
* [Tizen] Fix typo
eng/common/tools.sh
patch
|
blob
|
history
diff --git
a/eng/common/tools.sh
b/eng/common/tools.sh
index 618757546aa4d2003d8cf6b24730ebb89822e79c..6abe54cffcb6e721a45748a4b3bcbb5d4a1dc039 100644
(file)
--- a/
eng/common/tools.sh
+++ b/
eng/common/tools.sh
@@
-502,7
+502,7
@@
function MSBuild-Core {
function RunBuildTool {
export ARCADE_BUILD_TOOL_COMMAND="$_InitializeBuildTool $@"
- "$_InitializeBuildTool" "$@" || {
+ "$_InitializeBuildTool" "$@" ||
"$_InitializeBuildTool" "$@" ||
{
local exit_code=$?
# We should not Write-PipelineTaskError here because that message shows up in the build summary
# The build already logged an error, that's the reason it failed. Producing an error here only adds noise.