Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions m/multipart/build_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@
"build_script": "multipart_ubi_9.3.sh"
}
}


4 changes: 4 additions & 0 deletions m/multipart/multipart_ubi_9.3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down