File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
devops/build/automation/cloudberry/scripts Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9090 /usr/local/cloudberry-db/lib
9191 sudo chown -R gpadmin:gpadmin /usr/local/cloudberry-db
9292 su - gpadmin -c "cd $WORKSPACE"
93- export LD_LIBRARY_PATH=/usr/local/cloudberry-db/lib:LD_LIBRARY_PATH
93+ export LD_LIBRARY_PATH=/usr/local/cloudberry-db/lib:$ LD_LIBRARY_PATH
9494 export PATH=$WORKSPACE/coverity_tool/bin:$PATH
9595 ./configure --prefix=/usr/local/cloudberry-db \
9696 --disable-external-fts \
Original file line number Diff line number Diff line change 9494 /usr/local/xerces-c/lib/libxerces-c-3.3.so \
9595 /usr/local/cloudberry-db/lib
9696 sudo chown -R gpadmin:gpadmin /usr/local/cloudberry-db
97- export LD_LIBRARY_PATH=/usr/local/cloudberry-db/lib:LD_LIBRARY_PATH
97+ export LD_LIBRARY_PATH=/usr/local/cloudberry-db/lib:$ LD_LIBRARY_PATH
9898 ./configure --prefix=/usr/local/cloudberry-db \
9999 --disable-external-fts \
100100 --enable-gpcloud \
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ init_environment "Cloudberry Build Script" "${BUILD_LOG}"
7171
7272# Set environment
7373log_section " Environment Setup"
74- export LD_LIBRARY_PATH=${BUILD_DESTINATION} /lib:LD_LIBRARY_PATH
74+ export LD_LIBRARY_PATH=${BUILD_DESTINATION} /lib:${ LD_LIBRARY_PATH}
7575log_section_end " Environment Setup"
7676
7777# Build process
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ log_section_end "Initial Setup"
131131
132132# Set environment
133133log_section " Environment Setup"
134- export LD_LIBRARY_PATH=${BUILD_DESTINATION} /lib:LD_LIBRARY_PATH
134+ export LD_LIBRARY_PATH=${BUILD_DESTINATION} /lib:${ LD_LIBRARY_PATH}
135135log_section_end " Environment Setup"
136136
137137# Add debug options if ENABLE_DEBUG is set to "true"
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ init_environment "Cloudberry Unittest Script" "${UNITTEST_LOG}"
5656
5757# Set environment
5858log_section " Environment Setup"
59- export LD_LIBRARY_PATH=${BUILD_DESTINATION} /lib:LD_LIBRARY_PATH
59+ export LD_LIBRARY_PATH=${BUILD_DESTINATION} /lib:${ LD_LIBRARY_PATH}
6060log_section_end " Environment Setup"
6161
6262# Unittest process
You can’t perform that action at this time.
0 commit comments