mirror of https://github.com/waku-org/nwaku.git
Dockerfile: workaround to avoid semaphore dependency
This commit is contained in:
parent
1345607355
commit
bd6f983f52
|
@ -20,6 +20,8 @@ RUN apk update && apk upgrade
|
|||
# Ran separately from 'make' to avoid re-doing
|
||||
RUN git submodule update --init --recursive
|
||||
|
||||
RUN rm -r ./vendor/zerokit/semaphore
|
||||
|
||||
# Slowest build step for the sake of caching layers
|
||||
RUN make -j$(nproc) deps QUICK_AND_DIRTY_COMPILER=1 ${NIM_COMMIT}
|
||||
|
||||
|
|
Loading…
Reference in New Issue