From 000dd4570f6848168c4a7364c71c53cc97168b4b Mon Sep 17 00:00:00 2001 From: Stuti Ravikiran Wali Date: Wed, 26 Nov 2025 17:51:42 +0530 Subject: [PATCH 1/4] Update multipart_ubi_9.3.sh --- m/multipart/multipart_ubi_9.3.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m/multipart/multipart_ubi_9.3.sh b/m/multipart/multipart_ubi_9.3.sh index dab893d75f..7451e9dca9 100644 --- a/m/multipart/multipart_ubi_9.3.sh +++ b/m/multipart/multipart_ubi_9.3.sh @@ -25,6 +25,8 @@ PACKAGE_DIR=multipart CURRENT_DIR=${PWD} + + yum install -y git make cmake zip tar wget python3 python3-devel python3-pip gcc-toolset-13 gcc-toolset-13-gcc-c++ gcc-toolset-13-gcc zlib-devel libjpeg-devel export GCC_TOOLSET_PATH=/opt/rh/gcc-toolset-13/root/usr From 225d2139f2d112a69cedab40ca66ed49ce113a3a Mon Sep 17 00:00:00 2001 From: Stuti Ravikiran Wali Date: Wed, 26 Nov 2025 17:52:02 +0530 Subject: [PATCH 2/4] Update build_info.json with new build details --- m/multipart/build_info.json | 1 + 1 file changed, 1 insertion(+) diff --git a/m/multipart/build_info.json b/m/multipart/build_info.json index c8dda1c950..b68b1874a3 100644 --- a/m/multipart/build_info.json +++ b/m/multipart/build_info.json @@ -16,3 +16,4 @@ "build_script": "multipart_ubi_9.3.sh" } } + From b5ab8d7ca5c9fc19111a344f6f5766f8cf7f1055 Mon Sep 17 00:00:00 2001 From: Stuti Ravikiran Wali Date: Wed, 26 Nov 2025 17:56:10 +0530 Subject: [PATCH 3/4] Update multipart_ubi_9.3.sh --- m/multipart/multipart_ubi_9.3.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m/multipart/multipart_ubi_9.3.sh b/m/multipart/multipart_ubi_9.3.sh index 7451e9dca9..96a3e280b2 100644 --- a/m/multipart/multipart_ubi_9.3.sh +++ b/m/multipart/multipart_ubi_9.3.sh @@ -32,6 +32,8 @@ yum install -y git make cmake zip tar wget python3 python3-devel python3-pip gcc export GCC_TOOLSET_PATH=/opt/rh/gcc-toolset-13/root/usr export PATH=$GCC_TOOLSET_PATH/bin:$PATH + + git clone $PACKAGE_URL cd $PACKAGE_NAME git checkout $PACKAGE_VERSION From 1519e379eb40c1ed15a5f5f3505d5b2aab792ac5 Mon Sep 17 00:00:00 2001 From: Stuti Ravikiran Wali Date: Wed, 26 Nov 2025 17:56:23 +0530 Subject: [PATCH 4/4] Update build_info.json --- m/multipart/build_info.json | 1 + 1 file changed, 1 insertion(+) diff --git a/m/multipart/build_info.json b/m/multipart/build_info.json index b68b1874a3..39098294e4 100644 --- a/m/multipart/build_info.json +++ b/m/multipart/build_info.json @@ -17,3 +17,4 @@ } } +