[Tizen] Bypass GBS build fail for exitcode 143 (#110)
author이형주/MDE Lab(SR)/삼성전자 <leee.lee@samsung.com>
Thu, 14 Nov 2024 05:47:23 +0000 (14:47 +0900)
committerMikhail Kurinnoi <m.kurinnoi@samsung.com>
Tue, 19 Nov 2024 14:47:37 +0000 (17:47 +0300)
* [Tizen] Bypass GBS build fail for exitcode 143

* [Tizen] Fix typo

eng/common/tools.sh

index 6341cda20230d7549f6b786efb3bd0ec80759381..be435c8ffddf7f0fdd6b6f7f9f5f3913a856a50f 100644 (file)
@@ -503,7 +503,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.