github-actions[bot] commented on PR #15068:
URL: https://github.com/apache/doris/pull/15068#issuecomment-1352665623
#### `sh-checker report`
To get the full details, please check in the
[job]("https://github.com/apache/doris/actions/runs/3702013477") 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]