diff options
| author | Emilio Jesus Gallego Arias | 2019-12-02 15:20:22 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-12-02 15:20:22 +0100 |
| commit | fcf5d724b5bd26581ecad6055ee33d2758133854 (patch) | |
| tree | e81f3ad3a127e1cf06632f5fb8835752396c25ff /dev/ci/docker | |
| parent | 003512ecebae24bd518155f5a92b851a8f9bcd08 (diff) | |
| parent | 6d14d726448ca6c3ef0beb8dda97d135fe16b3d0 (diff) | |
Merge PR #11165: [CI] Test latest artifacts of SF instead of the stable version
Reviewed-by: SkySkimmer
Reviewed-by: ejgallego
Diffstat (limited to 'dev/ci/docker')
| -rw-r--r-- | dev/ci/docker/bionic_coq/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/docker/bionic_coq/Dockerfile b/dev/ci/docker/bionic_coq/Dockerfile index 1cad46cd89..e80f96362b 100644 --- a/dev/ci/docker/bionic_coq/Dockerfile +++ b/dev/ci/docker/bionic_coq/Dockerfile @@ -1,4 +1,4 @@ -# CACHEKEY: "bionic_coq-V2019-11-05-V01" +# CACHEKEY: "bionic_coq-V2019-11-25-V01" # ^^ Update when modifying this file. FROM ubuntu:bionic @@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND="noninteractive" RUN apt-get update -qq && apt-get install --no-install-recommends -y -qq \ # Dependencies of the image, the test-suite and external projects - m4 automake autoconf time wget rsync git gcc-multilib build-essential unzip \ + m4 automake autoconf time wget rsync git gcc-multilib build-essential unzip jq \ # Dependencies of lablgtk (for CoqIDE) libgtksourceview-3.0-dev \ # Dependencies of stdlib and sphinx doc |
