Skip to content

Commit 4ed4d20

Browse files
committed
ccache also broken on aarch64; removing
1 parent 8c5b40a commit 4ed4d20

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ARG LIBRARIES
2222
ARG LLVM_VERSION
2323

2424
RUN 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"

0 commit comments

Comments
 (0)