Skip to content

Commit

Permalink
Fix circleci error: E: Unable to locate package openjdk-8-jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Jul 19, 2019
1 parent 740bb6b commit a2720f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Expand Up @@ -38,7 +38,8 @@ jobs:
npm install mocha-phantomjs@3.5.0 phantomjs@~1.9.1
;;
esac
apt install -y postgresql-client solr-jetty openjdk-8-jdk
apt install -y postgresql-client solr-jetty openjdk-11-jdk
# Python Dependencies
pip install -r requirement-setuptools.txt
Expand All @@ -48,6 +49,8 @@ jobs:
# SOLR config
cp ~/project/ckan/config/solr/schema.xml /etc/solr/conf/schema.xml
echo JAVA_HOME=$JAVA_HOME
printf "NO_START=0\nJETTY_HOST=127.0.0.1\nJETTY_PORT=8080\nJAVA_HOME=$JAVA_HOME" | tee /etc/default/jetty9
service jetty9 restart || true # erroring out but does seem to work
# Database Creation
Expand Down

0 comments on commit a2720f8

Please sign in to comment.