[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)
committerGitHub 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

index 618757546aa4d2003d8cf6b24730ebb89822e79c..6abe54cffcb6e721a45748a4b3bcbb5d4a1dc039 100644 (file)
@@ -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.