We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5526df commit 9bc93d4Copy full SHA for 9bc93d4
bench-ci/build_binaries.sh
@@ -29,7 +29,7 @@ for build in "base:${base_commit}" "head:${head_commit}"; do
29
HOSTS="${HOSTS:-x86_64-linux-gnu}" \
30
SOURCES_PATH="${SOURCES_PATH:-/data/SOURCES_PATH}" \
31
BASE_CACHE="${BASE_CACHE:-/data/BASE_CACHE}" \
32
- taskset -c 0-15 bench-ci/guix/guix-build
+ taskset -c 0-15 chrt -f 1 bench-ci/guix/guix-build
33
34
# Truncate commit hash to 12 characters
35
short_commit=$(echo "$commit" | cut -c 1-12)
0 commit comments