Skip to content

Commit

Permalink
Disable hBlock parallelization in test to fix arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Dec 23, 2024
1 parent a17e99c commit 553ced5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.m4
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,9 @@ FROM base AS test
# Perform a test run
RUN printf '%s\n' 'Starting services...' \
&& export KRESD_INSTANCE_NUMBER=2 \
&& export HBLOCK_PARALLEL=1 \
&& (nohup container-init &) \
&& TIMEOUT_DURATION=240s \
&& TIMEOUT_DURATION=600s \
&& TIMEOUT_COMMAND='until container-healthcheck; do sleep 1; done' \
&& timeout "${TIMEOUT_DURATION:?}" sh -euc "${TIMEOUT_COMMAND:?}"

Expand Down

0 comments on commit 553ced5

Please sign in to comment.