Skip to content

Commit

Permalink
[SW-2726][FOLLOWUP] Fix Builds Against H2O branch (#2804)
Browse files Browse the repository at this point in the history
* [SW-2726][FOLLOWUP] Fix Builds Against H2O branch

* add missing libraries

* Update Docker Image Version

Co-authored-by: h2o-ops <h2o-ops@h2o.ai>
(cherry picked from commit f9fc08b)
  • Loading branch information
mn-mikke committed Jul 27, 2022
1 parent 33cb50d commit b8481dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/build.gradle
Expand Up @@ -31,6 +31,7 @@ task createDockerfile(type: Dockerfile, dependsOn: copyFiles) {
""".stripMargin()

runCommand """\\
apt-get install libharfbuzz-dev libfribidi-dev && \\
R -e 'install.packages("testthat", repos = "http://cran.us.r-project.org")' && \\
R -e 'install.packages("dbplyr", repos = "http://cran.us.r-project.org")' && \\
R -e 'install.packages("sparklyr", repos = "http://cran.us.r-project.org")' && \\
Expand Down
1 change: 1 addition & 0 deletions ci/sparklingWaterPipeline.groovy
Expand Up @@ -182,6 +182,7 @@ def prepareSparklingEnvironmentStage(config) {
cd h2o-3
git checkout ${config.h2oBranch}
. /envs/h2o_env_python2.7/bin/activate
unset CI
export BUILD_HADOOP=true
export H2O_TARGET=${getDriverHadoopVersion()}
./gradlew build --parallel -x check -Duser.name=ec2-user
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -19,7 +19,7 @@ systemProp.org.gradle.internal.publish.checksums.insecure=true
# Version of Terraform used in the script creating the docker image
terraformVersion=0.12.25
# Version of docker image used in Jenkins tests
dockerImageVersion=64
dockerImageVersion=65
# Is this build nightly build
isNightlyBuild=false
# Supported Major Spark Versions
Expand Down

0 comments on commit b8481dd

Please sign in to comment.