mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
fix: add /build/bin to PATH
FileCheck wasn't found during tests
This commit is contained in:
@@ -18,4 +18,5 @@ ENV CONCRETE_PROJECT=/concrete
|
||||
COPY /compiler /compiler
|
||||
WORKDIR /compiler
|
||||
RUN mkdir -p /build
|
||||
RUN make BUILD_DIR=/build Python3_EXECUTABLE=/opt/python/${python_tag}/bin/python CCACHE=ON python-bindings zamacompiler
|
||||
RUN make BUILD_DIR=/build Python3_EXECUTABLE=/opt/python/${python_tag}/bin/python CCACHE=ON python-bindings zamacompiler
|
||||
ENV PATH "$PATH:/build/bin"
|
||||
Reference in New Issue
Block a user