mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-25 22:32:07 +00:00
update: split the build phase in multiple RUN commands
Signed-off-by: Andrea Terzolo <andrea.terzolo@polito.it>
This commit is contained in:
parent
8eb6fbf32d
commit
acd1e0dc28
@ -27,10 +27,11 @@ WORKDIR /build/release
|
||||
# We need `make tests` and `make all` for integration tests.
|
||||
RUN source scl_source enable devtoolset-9; \
|
||||
cmake ${CMAKE_OPTIONS} /source; \
|
||||
make falco -j${MAKE_JOBS}; \
|
||||
make package; \
|
||||
make tests -j${MAKE_JOBS}; \
|
||||
make all -j${MAKE_JOBS}
|
||||
make falco -j${MAKE_JOBS}
|
||||
|
||||
RUN make package
|
||||
RUN make tests -j${MAKE_JOBS}
|
||||
RUN make all -j${MAKE_JOBS}
|
||||
|
||||
FROM scratch AS export-stage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user