Skip to content

Commit

Permalink
fix threads in produce-binary CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tahina-pro committed Dec 20, 2024
1 parent a47be5e commit 41bb128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/produce-binary.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN eval $(opam env) && .docker/build/install-deps.sh
ARG CI_THREADS=24
ARG CI_BRANCH=master

RUN eval $(opam env) && OTHERFLAGS="--admit_smt_queries true" make -j $EVEREST_THREADS package-noversion
RUN eval $(opam env) && OTHERFLAGS="--admit_smt_queries true" make -j $CI_THREADS package-noversion

WORKDIR $HOME
ENV EVERPARSE_HOME=$HOME/everparse

0 comments on commit 41bb128

Please sign in to comment.