Skip to content

Commit

Permalink
ccache also broken on aarch64; removing
Browse files Browse the repository at this point in the history
  • Loading branch information
artemdinaburg committed Oct 26, 2020
1 parent 8c5b40a commit 4ed4d20
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG LIBRARIES
ARG LLVM_VERSION

RUN apt-get update && \
apt-get install -qqy ninja-build python2.7 python3 python3-pip build-essential ccache \
apt-get install -qqy ninja-build python2.7 python3 python3-pip build-essential \
liblzma-dev clang libssl-dev git && \
rm -rf /var/lib/apt/lists/*

Expand All @@ -44,7 +44,6 @@ RUN ./pkgman.py \
--c_compiler=/usr/bin/clang \
--cxx_compiler=/usr/bin/clang++ \
--verbose \
--use_ccache \
--repository_path="${BOOTSTRAP}" \
--packages=cmake

Expand All @@ -53,7 +52,6 @@ RUN ./pkgman.py \
--cxx_compiler=/usr/bin/clang++ \
--llvm_version=${LLVM_VERSION} \
--verbose \
--use_ccache \
--exclude_libcxx \
"--additional_paths=${BOOTSTRAP}/cmake/bin" \
"--repository_path=${LIBRARIES}" \
Expand All @@ -63,7 +61,6 @@ RUN mkdir -p /cache && ./pkgman.py \
--cxx_compiler="${LIBRARIES}/llvm/bin/clang++" \
--c_compiler="${LIBRARIES}/llvm/bin/clang" \
--verbose \
--use_ccache \
"--additional_paths=${BOOTSTRAP}/cmake/bin:${LIBRARIES}/llvm/bin" \
"--repository_path=${LIBRARIES}" \
"--packages=cmake,google,xed"
Expand Down

0 comments on commit 4ed4d20

Please sign in to comment.