Commit fcc96460 authored by James T. Lee's avatar James T. Lee
Browse files

Increase shm-size to bypass Python installation deadlock

Just trying random stuff at this point.  The fact is this works outside
of a container environment, so I'm just looking at limitations put in
place by the container.
parent d560ac45
Pipeline #327 canceled with stage
in 99 minutes and 47 seconds
...@@ -13,8 +13,8 @@ default: ...@@ -13,8 +13,8 @@ default:
QEMU_ARCH: 'x86_64' QEMU_ARCH: 'x86_64'
script: &script script: &script
- 'mkdir debug' - 'mkdir debug'
- 'buildah bud --cap-add SYS_ADMIN - 'buildah bud --security-opt seccomp=unconfined
--security-opt seccomp=unconfined --shm-size 1g
--ulimit nofile=1048576 --ulimit nofile=1048576
--build-arg STAGE0_TAG="$CPU" --build-arg STAGE0_TAG="$CPU"
--build-arg FACTER_emerge_default_opts="$CI_HOST_EMERGE_DEFAULT_OPTS" --build-arg FACTER_emerge_default_opts="$CI_HOST_EMERGE_DEFAULT_OPTS"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment