summaryrefslogtreecommitdiff
path: root/README-hacking.md
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-09-17 19:42:46 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-09-17 19:42:46 +0200
commitb329f0b5dfb97b974b2b38d571f631deac5f7aba (patch)
tree321f47ec8d74eec491218288dafe4297db934393 /README-hacking.md
parent12a5cc07e0fb48c78d7a36d4009085127c58e2b5 (diff)
downloadbison-b329f0b5dfb97b974b2b38d571f631deac5f7aba.tar.gz
CI: beware of time limits
* .travis.yml (GCC 8): Run only the part 1 of the tests.
Diffstat (limited to 'README-hacking.md')
-rw-r--r--README-hacking.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README-hacking.md b/README-hacking.md
index 10fba1fd..9c5d9a3e 100644
--- a/README-hacking.md
+++ b/README-hacking.md
@@ -563,13 +563,15 @@ re-run the tests, run:
## Docker
Running old compilers is not very easy. Docker can be used for some of
-them. Have a look at .travis.yml for setups. Move the tarball in /tmp and
-run, for instance:
+them. Have a look at .travis.yml for setups. Move the tarball in `/tmp`
+and run, for instance:
```
docker run -v /tmp:/tmp -it ubuntu:xenial
```
+This way, the host and guest machines share `/tmp`.
+
### GCC 4.6
On Ubuntu Xenial.