diff options
author | Joseph Herlant <aerostitch@users.noreply.github.com> | 2019-11-01 18:11:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-01 18:11:08 -0700 |
commit | f334e21516af6c1cb0b96d0d341d262586c33b9b (patch) | |
tree | 04d0792dd0c26770f8eb10b38dfea3b5c07e8543 /scripts/setup_sanitycheck_requirements.sh | |
parent | 0a9c9c410381c80703f6faabfbdc7142497cbb46 (diff) | |
download | navit-f334e21516af6c1cb0b96d0d341d262586c33b9b.tar.gz |
Move checkstyle into the sanity_check phase and use a pre-baked image for running it (#936)
* Move checkstyle into the sanity_check phase
* add missing dependency
* Switch to the pre-cooked image to avoid installing on every builds
Diffstat (limited to 'scripts/setup_sanitycheck_requirements.sh')
-rw-r--r-- | scripts/setup_sanitycheck_requirements.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setup_sanitycheck_requirements.sh b/scripts/setup_sanitycheck_requirements.sh index 263669a7c..052e47e7d 100644 --- a/scripts/setup_sanitycheck_requirements.sh +++ b/scripts/setup_sanitycheck_requirements.sh @@ -1,4 +1,4 @@ #!/bin/sh set -e -apt-get update && apt-get install -y git astyle libxml2-utils file +apt-get update && apt-get install -y git astyle libxml2-utils file openjdk-11-jre |