This is an automated email from the ASF dual-hosted git repository.

feiwang pushed a commit to branch profiles
in repository https://gitbox.apache.org/repos/asf/auron.git

commit 7a48250b510b6db8a9277007bee17a21555b9876
Author: Fei Wang <[email protected]>
AuthorDate: Fri Sep 26 13:36:20 2025 -0700

    [AURON #1344][FOLLOWUP] Remvoe unused profiles from script
---
 .github/workflows/license.yml | 6 +++---
 auron-build.sh                | 6 +++---
 dev/reformat                  | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index 05b44d85..ffe088c0 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -48,9 +48,9 @@ jobs:
       - run: |
           build/mvn org.apache.rat:apache-rat-plugin:check \
           -Pscala-2.12 -Pspark-3.5 \
-          -Pceleborn,celeborn-0.6 \
-          -Puniffle,uniffle-0.9 \
-          -Ppaimon,paimon-1.2
+          -Pceleborn-0.6 \
+          -Puniffle-0.9 \
+          -Ppaimon-1.2
       - name: Upload rat report
         if: failure()
         uses: actions/upload-artifact@v4
diff --git a/auron-build.sh b/auron-build.sh
index 6e0c343b..6f3c7518 100755
--- a/auron-build.sh
+++ b/auron-build.sh
@@ -212,13 +212,13 @@ if [[ -n "$SCALA_VER" ]]; then
     BUILD_ARGS+=("-Pscala-$SCALA_VER")
 fi
 if [[ -n "$CELEBORN_VER" ]]; then
-    BUILD_ARGS+=("-Pceleborn,celeborn-$CELEBORN_VER")
+    BUILD_ARGS+=("-Pceleborn-$CELEBORN_VER")
 fi
 if [[ -n "$UNIFFLE_VER" ]]; then
-    BUILD_ARGS+=("-Puniffle,uniffle-$UNIFFLE_VER")
+    BUILD_ARGS+=("-Puniffle-$UNIFFLE_VER")
 fi
 if [[ -n "$PAIMON_VER" ]]; then
-    BUILD_ARGS+=("-Ppaimon,paimon-$PAIMON_VER")
+    BUILD_ARGS+=("-Ppaimon-$PAIMON_VER")
 fi
 
 MVN_ARGS=("${CLEAN_ARGS[@]}" "${BUILD_ARGS[@]}")
diff --git a/dev/reformat b/dev/reformat
index 43e76d90..a8a30164 100755
--- a/dev/reformat
+++ b/dev/reformat
@@ -44,7 +44,7 @@ function run_maven() {
 sparkver=spark-3.5
 for celebornver in celeborn-0.5 celeborn-0.6
 do
-  run_maven -P"${sparkver}" -Pceleborn,"${celebornver}" -Puniffle,uniffle-0.9 
-Ppaimon,paimon-1.2
+  run_maven -P"${sparkver}" -P"${celebornver}" -Puniffle-0.9 -Ppaimon-1.2
 done
 
 sparkvers=(spark-3.0 spark-3.1 spark-3.2 spark-3.3 spark-3.4)

Reply via email to