Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #274 from yao531441/branch-1.5
Browse files Browse the repository at this point in the history
Add profile for gazelle spark-3.2.2
  • Loading branch information
yao531441 authored Dec 21, 2022
2 parents 4e4469d + 64c932b commit fde365d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dev/compile-oap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function gather() {
echo "Please check the result in $DEV_PATH/release-package!"
}

function collect_gazelle_spark321() {
function collect_gazelle_spark() {
cd $DEV_PATH
cp ../gazelle_plugin/gazelle-dist/target/*.jar $target_path
}
Expand All @@ -142,7 +142,9 @@ function build_oap(){
gazelle_plugin)
cd $OAP_HOME/gazelle_plugin/
mvn clean package -Dmaven.test.skip=true -Dcpp_tests=OFF -Dbuild_arrow=ON -Dcheckstyle.skip -Pfull-scala-compiler -Pspark-3.2 $PROFILE
collect_gazelle_spark321
collect_gazelle_spark
mvn clean package -Dmaven.test.skip=true -Dcpp_tests=OFF -Dbuild_arrow=ON -Dcheckstyle.skip -Pfull-scala-compiler -Pspark-3.2.2 $PROFILE
collect_gazelle_spark
cd $OAP_HOME/gazelle_plugin/
mvn clean package -Dmaven.test.skip=true -Dcpp_tests=OFF -Dbuild_arrow=ON -Dcheckstyle.skip -Pfull-scala-compiler $PROFILE
;;
Expand Down

0 comments on commit fde365d

Please sign in to comment.