diff --git a/m/multipart/build_info.json b/m/multipart/build_info.json index c8dda1c950..39098294e4 100644 --- a/m/multipart/build_info.json +++ b/m/multipart/build_info.json @@ -16,3 +16,5 @@ "build_script": "multipart_ubi_9.3.sh" } } + + diff --git a/m/multipart/multipart_ubi_9.3.sh b/m/multipart/multipart_ubi_9.3.sh index dab893d75f..96a3e280b2 100644 --- a/m/multipart/multipart_ubi_9.3.sh +++ b/m/multipart/multipart_ubi_9.3.sh @@ -25,11 +25,15 @@ 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 export PATH=$GCC_TOOLSET_PATH/bin:$PATH + + git clone $PACKAGE_URL cd $PACKAGE_NAME git checkout $PACKAGE_VERSION