File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 uses : actions/checkout@v4
6363 with :
6464 fetch-depth : 1
65-
65+ submodules : true
66+
6667 - name : Environment Initialization
6768 run : |
6869 if ! su - gpadmin -c "/tmp/init_system.sh"; then
9091 su - gpadmin -c "cd $WORKSPACE"
9192 export LD_LIBRARY_PATH=/usr/local/cloudberry-db/lib:LD_LIBRARY_PATH
9293 export PATH=$WORKSPACE/coverity_tool/bin:$PATH
93- git submodule update --init
9494 ./configure --prefix=/usr/local/cloudberry-db \
9595 --disable-external-fts \
9696 --enable-gpcloud \
Original file line number Diff line number Diff line change 5050 sonarqube-analysis :
5151 runs-on : ubuntu-22.04
5252 if : ${{ github.repository_owner == 'apache' }}
53-
53+
5454 container :
5555 image : apache/incubator-cloudberry:cbdb-build-rocky9-latest
5656 options : >-
6464 uses : actions/checkout@v4
6565 with :
6666 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
67+ submodules : true
6768
6869 - name : Environment Initialization
6970 run : |
8586 /usr/local/cloudberry-db/lib
8687 sudo chown -R gpadmin:gpadmin /usr/local/cloudberry-db
8788 export LD_LIBRARY_PATH=/usr/local/cloudberry-db/lib:LD_LIBRARY_PATH
88- git submodule update --init
8989 ./configure --prefix=/usr/local/cloudberry-db \
9090 --disable-external-fts \
9191 --enable-gpcloud \
You can’t perform that action at this time.
0 commit comments