Skip to content

Commit d61cbcc

Browse files
author
Leonid Borchuk
committed
Fix copy for rocky linux
1 parent 007bb46 commit d61cbcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devops/build/automation/cloudberry/scripts/configure-cloudberry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ log_section "Initial Setup"
121121
execute_cmd sudo rm -rf ${BUILD_DESTINATION} || exit 2
122122
execute_cmd sudo chmod a+w /usr/local || exit 2
123123
execute_cmd sudo mkdir -p ${BUILD_DESTINATION}/lib || exit 2
124-
if [[ "$OS_ID" == "rocky" && "$OS_VERSION" =~ ^(8|9) ]]; then
124+
if [[ "$OS_ID" == "rocky" && "$OS_VERSION" =~ ^(8|9|10) ]]; then
125125
execute_cmd sudo cp /usr/local/xerces-c/lib/libxerces-c.so \
126126
/usr/local/xerces-c/lib/libxerces-c-3.3.so \
127127
${BUILD_DESTINATION}/lib || exit 3

0 commit comments

Comments
 (0)