Commit Graph

3 Commits

Author SHA1 Message Date
Avi Kivity
5950a9e37f .dockerignore: add testlog
testlog files are not used when preparing the frozen toolchain,
and can be very large, so ignore them in order to speed up the
docker build.
2020-02-07 08:59:39 +01:00
Avi Kivity
2724a66a12 docker: don't send .git during "docker build"
It's huge and useless during "docker build" operations.
Message-Id: <20190208161848.21125-1-avi@scylladb.com>
2019-02-11 09:17:14 +01:00
Avi Kivity
224c4c0b81 tools: add frozen toolchain support
Add a reference to a docker image that contains an "official" toolchain
for building Scylla. In addition, add a script that allows easy usage of
the image, and some documentation.
Message-Id: <20181202120829.21218-1-avi@scylladb.com>
2018-12-02 18:32:34 +02:00