Skip to content

Commit 4abb9aa

Browse files
committed
Remove bootstrap stage from Dockerfile
1 parent b7df478 commit 4abb9aa

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Dockerfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update && \
1616

1717
# bootstrap image should be what's needed to get a more reproducible build
1818
# environment for cxx-common
19-
FROM base as bootstrap
19+
FROM base as cxx-common-build
2020
ARG BOOTSTRAP
2121
ARG LIBRARIES
2222
ARG LLVM_VERSION
@@ -59,12 +59,6 @@ RUN ./pkgman.py \
5959
"--repository_path=${LIBRARIES}" \
6060
"--packages=z3,llvm"
6161

62-
# cxx-common-build should be image that contains all dependencies necessary to
63-
# build cxx-common
64-
FROM bootstrap as cxx-common-build
65-
ARG BOOTSTRAP
66-
ARG LIBRARIES
67-
6862
RUN mkdir -p /cache && ./pkgman.py \
6963
--cxx_compiler="${LIBRARIES}/llvm/bin/clang++" \
7064
--c_compiler="${LIBRARIES}/llvm/bin/clang" \

0 commit comments

Comments
 (0)