[Temporary] Disable NI generation in riscv64 86/317886/2 accepted/tizen/unified/20250110.081906 accepted/tizen/unified/x/20250110.092502
authorj-h.choi <j-h.choi@samsung.com>
Thu, 9 Jan 2025 08:40:43 +0000 (17:40 +0900)
committerj-h.choi <j-h.choi@samsung.com>
Thu, 9 Jan 2025 10:27:07 +0000 (19:27 +0900)
Change-Id: I8525695fd913ee86aaf968dba191ef06567967e1

scripts/iot-making-building-blocks-dll.post

index 4e54a8296e0f7bba0d878946a2e89623172235da..8441c683bb6a28069ea849715748ca1aa5adf8e4 100644 (file)
@@ -30,14 +30,16 @@ then
                        do
                            /usr/bin/patchelf --set-rpath $DOTNET_MIC_DIR ${file}
                        done
-               fi
 
-               # generate native image for system
-               dotnettool --ni-system --inputbubble --print-cmd
+                       # generate native image for system
+                       dotnettool --ni-system --inputbubble --print-cmd
 
-               # generate native image for all app
-               dotnettool --ni-regen-all-app --print-cmd
-               dotnettool --tac-regen-all --print-cmd
+                       # generate native image for all app
+                       dotnettool --ni-regen-all-app --print-cmd
+                       dotnettool --tac-regen-all --print-cmd
+               else
+                       echo "Disable NI generation in riscv64"
+               fi
        else
                echo "There is no execute file - /usr/bin/dotnettool"
        fi