Skip to content

Commit c99d8bb

Browse files
committed
Try a different tmpdir
1 parent d20f061 commit c99d8bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/builder-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
REGISTRY: ghcr.io
1414
IMAGE_NAME: bounverif/autoware
1515
AUTOWARE_VERSION: latest
16+
TMPDIR: /var/lib/containers/tmp
1617

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

40-
- name: Restart docker
41-
run: sudo service docker restart
41+
- run: mkdir -p $TMPDIR
4242

4343
- name: Checkout repository
4444
uses: actions/checkout@v4

0 commit comments

Comments
 (0)