You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/12/15 07:38:49 UTC

[GitHub] [doris] github-actions[bot] commented on pull request #15104: [Chore](s2geo) disable ABSL_BTREE_ENABLE_GENERATIONS and use CMAKE_BUILD_TYPE to rep…

github-actions[bot] commented on PR #15104:
URL: https://github.com/apache/doris/pull/15104#issuecomment-1352669326

   #### `sh-checker report`
   
   To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/3702048687") output.
   
   <details>
   <summary>shellcheck errors</summary>
   
   ```
   'shellcheck ' found no issues.
   
   ```
   </details>
   
   <details>
   <summary>shfmt errors</summary>
   
   ```
   
   'shfmt ' returned error 1 finding the following formatting issues:
   
   ----------
   --- thirdparty/build-thirdparty.sh.orig
   +++ thirdparty/build-thirdparty.sh
   @@ -975,11 +975,11 @@
        cd "${TP_SOURCE_DIR}/${ABSEIL_SOURCE}"
    
        LDFLAGS="-L${TP_LIB_DIR}" \
   -    "${CMAKE_CMD}" -B "${BUILD_DIR}" -DCMAKE_INSTALL_PREFIX="${TP_INSTALL_DIR}" \
   -    -DABSL_ENABLE_INSTALL=ON \
   -    -DBUILD_DEPS=ON \
   -    -DCMAKE_BUILD_TYPE=Release \
   -    -DBUILD_SHARED_LIBS=OFF \
   +        "${CMAKE_CMD}" -B "${BUILD_DIR}" -DCMAKE_INSTALL_PREFIX="${TP_INSTALL_DIR}" \
   +        -DABSL_ENABLE_INSTALL=ON \
   +        -DBUILD_DEPS=ON \
   +        -DCMAKE_BUILD_TYPE=Release \
   +        -DBUILD_SHARED_LIBS=OFF
    
        cmake --build "${BUILD_DIR}" -j "${PARALLEL}"
        cmake --install "${BUILD_DIR}" --prefix "${TP_INSTALL_DIR}"
   @@ -996,12 +996,12 @@
        rm -rf CMakeCache.txt CMakeFiles/
    
        LDFLAGS="-L${TP_LIB_DIR}" \
   -    ${CMAKE_CMD} -G "${GENERATOR}" -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX="${TP_INSTALL_DIR}" \
   -    -DCMAKE_PREFIX_PATH="${TP_INSTALL_DIR}" \
   -    -DBUILD_SHARED_LIBS=OFF \
   -    -DWITH_GFLAGS=ON \
   -    -DCMAKE_BUILD_TYPE=Release \
   -    -DCMAKE_LIBRARY_PATH="${TP_INSTALL_DIR}" ..
   +        ${CMAKE_CMD} -G "${GENERATOR}" -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX="${TP_INSTALL_DIR}" \
   +        -DCMAKE_PREFIX_PATH="${TP_INSTALL_DIR}" \
   +        -DBUILD_SHARED_LIBS=OFF \
   +        -DWITH_GFLAGS=ON \
   +        -DCMAKE_BUILD_TYPE=Release \
   +        -DCMAKE_LIBRARY_PATH="${TP_INSTALL_DIR}" ..
    
        "${BUILD_SYSTEM}" -j "${PARALLEL}"
        "${BUILD_SYSTEM}" install
   ----------
   
   You can reformat the above files to meet shfmt's requirements by typing:
   
     shfmt  -w filename
   
   
   ```
   </details>
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org