This is an automated email from the ASF dual-hosted git repository.
csy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new 4654cf06 `auron-build.sh` add usage example of `-DskipBuildNative`
(#1235)
4654cf06 is described below
commit 4654cf06cedd66d8dfdd24f32316314106549a36
Author: bkhan <[email protected]>
AuthorDate: Fri Aug 29 18:19:36 2025 +0800
`auron-build.sh` add usage example of `-DskipBuildNative` (#1235)
---
auron-build.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/auron-build.sh b/auron-build.sh
index 4a23ff7c..df4bc685 100755
--- a/auron-build.sh
+++ b/auron-build.sh
@@ -37,6 +37,7 @@ print_help() {
echo
echo "Examples:"
echo " $0 --pre --sparkver 3.5 --scalaver 2.12"
+ echo " $0 --pre --sparkver 3.5 --scalaver 2.12 -DskipBuildNative"
echo " $0 --clean true --skiptests true --release --sparkver 3.5
--scalaver 2.12 --celeborn 0.5 --uniffle 0.9 --paimon 1.1"
exit 0
}