Skip to content

Commit

Permalink
increase docker base size
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Feb 8, 2021
1 parent e1ec1df commit 11e5749
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/run-tests.yml
Expand Up @@ -53,6 +53,13 @@ jobs:
echo DOCKER_TAG: ${DOCKER_TAG}
echo CTEST_BUILD_NAME: ${CTEST_BUILD_NAME}
- name: Increase Docker base image size
# https://stackoverflow.com/questions/50140939/increase-docker-container-size-from-default-10gb-on-rhel7
run: |
sudo rm /etc/docker/daemon.json
echo '{"storage-opt": [ "dm.basesize=50G" ]}' | sudo tee /etc/docker/daemon.json
sudo service docker restart
- name: Build deps
run: |
pushd .docker
Expand Down

0 comments on commit 11e5749

Please sign in to comment.