fix: add /build/bin to PATH

FileCheck wasn't found during tests
This commit is contained in:
youben11
2021-12-14 10:44:40 +01:00
committed by Ayoub Benaissa
parent 60b2cfd9b7
commit d4f0dbc4f8

View File

@@ -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"