refactor: remove copy of concrete lib

it is no longer needed, as we have access to a binary release now
This commit is contained in:
youben11
2022-09-09 09:10:26 +01:00
committed by Ayoub Benaissa
parent f88cd95eaf
commit 584942251f
3 changed files with 0 additions and 9 deletions

View File

@@ -6,9 +6,6 @@ RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y curl cmake g++ build-ess
RUN ccache -M 0
RUN ccache -F 0
RUN pip install numpy pybind11==2.8 PyYAML
# Setup Concrete
COPY --from=ghcr.io/zama-ai/concrete-compiler-api-env:latest /target/release /concrete/target/release
ENV CONCRETE_PROJECT=/concrete
# Setup LLVM
COPY /llvm-project /llvm-project
# Setup and build compiler

View File

@@ -19,9 +19,6 @@ ENV CXX=/gcc7/bin/g++-7.5.0
# Setup LLVM
COPY /llvm-project /llvm-project
# Setup Concrete
COPY --from=ghcr.io/zama-ai/concrete-compiler-api-env:latest /target/release /concrete/target/release
ENV CONCRETE_PROJECT=/concrete
# Setup and build compiler
COPY /compiler /compiler
WORKDIR /compiler

View File

@@ -11,9 +11,6 @@ ENV CC=/gcc7/bin/gcc-7.5.0
ENV CXX=/gcc7/bin/g++-7.5.0
# Setup LLVM
COPY /llvm-project /llvm-project
# Setup Concrete
COPY --from=ghcr.io/zama-ai/concrete-compiler-api-env:latest /target/release /concrete/target/release
ENV CONCRETE_PROJECT=/concrete
# Setup and build compiler
COPY .github/workflows/assets/Installation.md /
COPY /compiler /compiler