Dockerfile workaround

This commit is contained in:
Ivan Folgueira Bande 2024-04-05 16:39:55 +02:00
parent bd6f983f52
commit 4650f8f161
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ RUN apk update && apk upgrade
RUN git submodule update --init --recursive
RUN rm -r ./vendor/zerokit/semaphore
RUN sed -i.bak -e '23,25d;5d' ./vendor/zerokit/Cargo.toml
# Slowest build step for the sake of caching layers
RUN make -j$(nproc) deps QUICK_AND_DIRTY_COMPILER=1 ${NIM_COMMIT}