Skip to content

Commit

Permalink
Try using gtimeout in freebsd builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
insertinterestingnamehere committed Oct 27, 2023
1 parent b30c356 commit df855c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ freebsd_task:
install_deps_script: |
pkg install -y bash
pkg install -y llvm autoconf automake libtool
pkg install coreutils # to get gtimeout for CI. The built-in timeout sometimes fails to kill the process.
build_script: |
bash autogen.sh
bash configure --enable-picky --with-scheduler=$QTHREADS_SCHEDULER --with-topology=no
make -j$CIRRUS_CPU
test_script: |
timeout --foreground -k 10s 2m make check
gtimeout --foreground -k 10s 2m make check
arm_linux_task:
arm_container:
Expand Down

0 comments on commit df855c0

Please sign in to comment.