Skip to content

Commit

Permalink
Merge pull request #2777 from boutproject/fedora-fix-master
Browse files Browse the repository at this point in the history
CI: Increase shm size in container
  • Loading branch information
dschwoerer authored Oct 17, 2023
2 parents ef4926b + d8db52e commit 9d2cad1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci_fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ then
test . != ".$3" && version="$3" || version=rawhide
time $cmd pull registry.fedoraproject.org/fedora:$version
time $cmd create --cap-add=SYS_PTRACE --security-opt seccomp=unconfined \
--shm-size 256M \
--name mobydick registry.fedoraproject.org/fedora:$version \
/tmp/BOUT-dev/.ci_fedora.sh $mpi
time $cmd cp ${TRAVIS_BUILD_DIR:-$(pwd)} mobydick:/tmp/BOUT-dev
Expand Down

0 comments on commit 9d2cad1

Please sign in to comment.