We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7df478 commit 4abb9aaCopy full SHA for 4abb9aa
Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update && \
16
17
# bootstrap image should be what's needed to get a more reproducible build
18
# environment for cxx-common
19
-FROM base as bootstrap
+FROM base as cxx-common-build
20
ARG BOOTSTRAP
21
ARG LIBRARIES
22
ARG LLVM_VERSION
@@ -59,12 +59,6 @@ RUN ./pkgman.py \
59
"--repository_path=${LIBRARIES}" \
60
"--packages=z3,llvm"
61
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
-
68
RUN mkdir -p /cache && ./pkgman.py \
69
--cxx_compiler="${LIBRARIES}/llvm/bin/clang++" \
70
--c_compiler="${LIBRARIES}/llvm/bin/clang" \
0 commit comments