Skip to content

Commit

Permalink
Try a different tmpdir
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Jul 22, 2024
1 parent d20f061 commit c99d8bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/builder-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: bounverif/autoware
AUTOWARE_VERSION: latest
TMPDIR: /var/lib/containers/tmp

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -35,10 +36,9 @@ jobs:
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
build-mount-path: '/var' # The remaining space only for container build
build-mount-path: '/var/lib/containers' # The remaining space only for container build

- name: Restart docker
run: sudo service docker restart
- run: mkdir -p $TMPDIR

- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit c99d8bb

Please sign in to comment.