Skip to content

Commit

Permalink
map host
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr authored Oct 5, 2023
1 parent c5ee462 commit 7f9b517
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dpup-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-20.04
container:
image: debian:${{ matrix.release }}-slim
volumes:
- /usr:/hostusr
continue-on-error: ${{ matrix.release == 'sid' }}
strategy:
matrix:
Expand Down Expand Up @@ -46,7 +48,7 @@ jobs:
cat /proc/mounts
find / -name dotnet
find / -name android
rm -rvf /var/lib/docker/*/*/*{usr/local/lib/android,usr/share/dotnet,opt/ghc,usr/local/share/boost}
rm -rvf /hostusr/local/lib/android /hostusr/share/dotnet /hostusr/local/share/boost
df -h /
exit 1
[ ${{ matrix.release }} = sid ] || echo "deb http://deb.debian.org/debian ${{ matrix.release }} main contrib non-free" > /etc/apt/sources.list
Expand Down

0 comments on commit 7f9b517

Please sign in to comment.