gitian-builder/target-bin/init-build.sh
Cory Fields ea24af1043 Add common cache and per-build cache
Allow each builder to cache some files for re-use in the next build. This
allows for poor-man's dependency chaining.

Additionally, add a common cache pool for all builds. This can be used for
saving (for example) downloaded files to be shared between builds.
2014-08-07 13:01:37 -04:00

8 lines
100 B
Bash

#!/bin/sh
rm -rf install out build cache
mkdir build
mkdir out
mkdir install
mkdir -p cache/common