Skip to content

Commit

Permalink
Force update bigdl-core jar during build (intel-analytics#5569)
Browse files Browse the repository at this point in the history
* Add -U in dllib release
* Add -U to orca and friesian
  • Loading branch information
xiangyuT authored and ForJadeForest committed Sep 20, 2022
1 parent 0bf4909 commit 99b810d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/dllib/dev/release/release_default_spark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ else
bash ${DEV_DIR}/remove_spark_suffix.sh ${RUN_SCRIPT_DIR}/release.sh
fi

bash ${RUN_SCRIPT_DIR}/release.sh ${platform} ${version} ${quick} ${upload} -Dspark.version=${spark_version} -P spark_${spark_first_version}.x ${profiles}
bash ${RUN_SCRIPT_DIR}/release.sh ${platform} ${version} ${quick} ${upload} -Dspark.version=${spark_version} -P spark_${spark_first_version}.x ${profiles} -U
2 changes: 1 addition & 1 deletion python/friesian/dev/release/release_default_spark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ else
bash ${DEV_DIR}/remove_spark_suffix.sh ${RUN_SCRIPT_DIR}/release.sh
fi

bash ${RUN_SCRIPT_DIR}/release.sh ${platform} ${version} ${quick} ${upload} -Dspark.version=${spark_version} -P spark_${spark_first_version}.x
bash ${RUN_SCRIPT_DIR}/release.sh ${platform} ${version} ${quick} ${upload} -Dspark.version=${spark_version} -P spark_${spark_first_version}.x -U
2 changes: 1 addition & 1 deletion python/orca/dev/release/release_default_spark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ else
bash ${DEV_DIR}/remove_spark_suffix.sh ${RUN_SCRIPT_DIR}/release.sh
fi

bash ${RUN_SCRIPT_DIR}/release.sh ${platform} ${version} ${quick} ${upload} -Dspark.version=${spark_version} -P spark_${spark_first_version}.x
bash ${RUN_SCRIPT_DIR}/release.sh ${platform} ${version} ${quick} ${upload} -Dspark.version=${spark_version} -P spark_${spark_first_version}.x -U

0 comments on commit 99b810d

Please sign in to comment.