use full cache for PR's requesting modules not currently specified in minimal (#2790)
fix gcc dockerfile
This commit is contained in:
parent
5589075c22
commit
57c7f2517c
2 changed files with 3 additions and 3 deletions
|
@ -7,6 +7,6 @@ RUN ./fetch_rocksdb.sh
|
|||
|
||||
ENV BOOST_ROOT=/tmp/boost
|
||||
|
||||
ADD util/build_prep/bootstrap_boost.sh bootstrap_boost.sh
|
||||
ADD util/build_prep/fetch_boost.sh fetch_boost.sh
|
||||
|
||||
RUN COMPILER=gcc ./fetch_boost.sh
|
||||
|
|
|
@ -4,8 +4,8 @@ OS=`uname`
|
|||
COMPILER="${COMPILER:-clang}"
|
||||
|
||||
pushd /tmp
|
||||
wget -O boost-$OS-$COMPILER-1.70.tgz https://s3.us-east-2.amazonaws.com/repo.nano.org/artifacts/boost-$OS-$COMPILER-1.70.tgz
|
||||
tar -zxf boost-$OS-$COMPILER-1.70.tgz
|
||||
wget -O boost-$OS-$COMPILER.tgz https://s3.us-east-2.amazonaws.com/repo.nano.org/artifacts/boost-$OS-$COMPILER-1.70-full.tgz
|
||||
tar -zxf boost-$OS-$COMPILER.tgz
|
||||
mv tmp/* .
|
||||
rm -fr tmp
|
||||
popd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue