aboutsummaryrefslogtreecommitdiff
path: root/ci/README.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-10-10 19:03:51 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-10-24 18:37:38 -0400
commitfafa064d2a8dbe24303545ab582ec84cde52ab5b (patch)
tree74585fa1f005faac823025deecb23655d0b53a4c /ci/README.md
parentdeb2327b435925c6a39ca654a79283b8eb6aeb86 (diff)
downloadbitcoin-fafa064d2a8dbe24303545ab582ec84cde52ab5b.tar.xz
ci: Remove ccache requirement on the host
ccache is only needed to create the cache dir on the host, if it didn't already exist. The same can be achieved with mkdir, so just use that instead.
Diffstat (limited to 'ci/README.md')
-rw-r--r--ci/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/README.md b/ci/README.md
index 16c481158f..fb1cd7460b 100644
--- a/ci/README.md
+++ b/ci/README.md
@@ -12,7 +12,7 @@ To allow for a wide range of tested environments, but also ensure reproducibilit
requires `docker` to be installed. To install all requirements on Ubuntu, run
```
-sudo apt install docker.io ccache bash git
+sudo apt install docker.io bash git
```
To run the default test stage,