Skip to content

Commit

Permalink
Install R for distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Woody committed Sep 30, 2016
1 parent 30f5c86 commit ecbcb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test:
dist_name="$1"
build_flags="$2"
file_name="spark-${version}-bin-${dist_name}.tgz"

sudo apt-get --assume-yes install r-base r-base-dev
./dev/make-distribution.sh --name $dist_name --tgz $build_flags
curl -u $BINTRAY_USERNAME:$BINTRAY_PASSWORD -T $file_name "https://api.bintray.com/content/palantir/releases/spark/${version}/org/apache/spark/dist/${file_name}"
}
Expand Down

0 comments on commit ecbcb3c

Please sign in to comment.