Skip to content

Commit

Permalink
[HOTFIX][NOCHECK] Fix building of the R package. (#15829)
Browse files Browse the repository at this point in the history
  • Loading branch information
mn-mikke authored Oct 16, 2023
1 parent cdb6ce3 commit 0a9196d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ JAR_MD5=`md5sum ../Rjar/h2o.jar | sed -r 's/(.{32}).*/\1/'`

rm -f h2o_${PROJECT_VERSION}.tar.gz
perl -pi -e "s/CURRENT_R_PACKAGE_MD5_CHECKSUM/${JAR_MD5}/" h2o/R/connection.R
R CMD BUILD h2o
R CMD build h2o
rm -fr h2o
cd ../..
echo $JAR_MD5 > target/Rjar/h2o.jar.md5
Expand Down

0 comments on commit 0a9196d

Please sign in to comment.