* .gitlab-ci.yml (before_script): Ignore a missing */cpuset.cpus.
This commit is contained in:
parent
85581d7c3a
commit
b4b4730ecb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue