File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ARG LIBRARIES
2222ARG LLVM_VERSION
2323
2424RUN apt-get update && \
25- apt-get install -qqy ninja-build python2.7 python3 python3-pip build-essential ccache \
25+ apt-get install -qqy ninja-build python2.7 python3 python3-pip build-essential \
2626 liblzma-dev clang libssl-dev git && \
2727 rm -rf /var/lib/apt/lists/*
2828
@@ -44,7 +44,6 @@ RUN ./pkgman.py \
4444 --c_compiler=/usr/bin/clang \
4545 --cxx_compiler=/usr/bin/clang++ \
4646 --verbose \
47- --use_ccache \
4847 --repository_path="${BOOTSTRAP}" \
4948 --packages=cmake
5049
@@ -53,7 +52,6 @@ RUN ./pkgman.py \
5352 --cxx_compiler=/usr/bin/clang++ \
5453 --llvm_version=${LLVM_VERSION} \
5554 --verbose \
56- --use_ccache \
5755 --exclude_libcxx \
5856 "--additional_paths=${BOOTSTRAP}/cmake/bin" \
5957 "--repository_path=${LIBRARIES}" \
@@ -63,7 +61,6 @@ RUN mkdir -p /cache && ./pkgman.py \
6361 --cxx_compiler="${LIBRARIES}/llvm/bin/clang++" \
6462 --c_compiler="${LIBRARIES}/llvm/bin/clang" \
6563 --verbose \
66- --use_ccache \
6764 "--additional_paths=${BOOTSTRAP}/cmake/bin:${LIBRARIES}/llvm/bin" \
6865 "--repository_path=${LIBRARIES}" \
6966 "--packages=cmake,google,xed"
You can’t perform that action at this time.
0 commit comments