Skip to content
Open
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
3 changes: 2 additions & 1 deletion m/mongo-c-driver/mongo-c-driver_ubi_9.3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ git clone $PACKAGE_URL
cd $PACKAGE_NAME
git checkout $PACKAGE_VERSION

# Create build dir
mkdir cmake-build
cd cmake-build

Expand All @@ -52,4 +53,4 @@ if ! make && make install; then
else
echo "Build, Install and Test Success!"
exit 0
fi
fi