Skip to content

Commit

Permalink
Try to use new fuse-overlayfs
Browse files Browse the repository at this point in the history
  • Loading branch information
srd424 committed Jul 25, 2023
1 parent 130fe96 commit 41923e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
build-all:
runs-on: ubuntu-22.04
steps:
- name: install new fuse-overlayfs
run: |
sudo dpkg-divert --local --rename /usr/bin/fuse-overlayfs && \
curl -L https://github.com/containers/fuse-overlayfs/releases/download/v1.12/fuse-overlayfs-x86_64 -o /tmp/fuse-overlayfs && \
sudo mv /tmp/fuse-overlayfs /usr/local/bin && \
sudo chmod a+x /usr/local/bin/fuse-overlayfs
- name: Checkout source
uses: actions/checkout@v2
- name: cache build cache
Expand Down
2 changes: 1 addition & 1 deletion buildopts/gha
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ OPTS=" \
#
fuse-overlayfs --version
#
#export STORAGE_OPTS="overlay.mount_program=/usr/bin/fuse-overlayfs"
export STORAGE_OPTS="overlay.mount_program=/usr/bin/fuse-overlayfs"
rm -r $XDG_RUNTIME_DIR/containers


Expand Down

0 comments on commit 41923e1

Please sign in to comment.