From b4b4730ecb47d5ef371b2abfdf96a19f56d5d7d8 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 15 Apr 2021 16:08:00 +0200 Subject: [PATCH] * .gitlab-ci.yml (before_script): Ignore a missing */cpuset.cpus. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c0a5f654..c2b038338 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ default: # defined, slowing down the builds. This should help us debug # these situations. - echo "MAKEFLAGS='$MAKEFLAGS' NBPROC='$NBPROC'" - - cat /sys/fs/cgroup/cpuset.cpus || cat /sys/fs/cgroup/cpuset/cpuset.cpus + - cat /sys/fs/cgroup/cpuset.cpus || cat /sys/fs/cgroup/cpuset/cpuset.cpus || true debian-stable-gcc: stage: build