Skip to content

Commit 9bc93d4

Browse files
committed
use fifo scheduling for guix build
1 parent e5526df commit 9bc93d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench-ci/build_binaries.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ for build in "base:${base_commit}" "head:${head_commit}"; do
2929
HOSTS="${HOSTS:-x86_64-linux-gnu}" \
3030
SOURCES_PATH="${SOURCES_PATH:-/data/SOURCES_PATH}" \
3131
BASE_CACHE="${BASE_CACHE:-/data/BASE_CACHE}" \
32-
taskset -c 0-15 bench-ci/guix/guix-build
32+
taskset -c 0-15 chrt -f 1 bench-ci/guix/guix-build
3333

3434
# Truncate commit hash to 12 characters
3535
short_commit=$(echo "$commit" | cut -c 1-12)

0 commit comments

Comments
 (0)