1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

docker: Mount some volumes when building with cross

Many thanks to Aleksandr Chebotov for the help
This commit is contained in:
Sylvestre Ledru 2022-09-04 23:06:58 +02:00
parent 1054c5c365
commit 6b8b8a1ee7

View file

@ -546,6 +546,8 @@ jobs:
needs: [ min_version, deps ] needs: [ min_version, deps ]
runs-on: ${{ matrix.job.os }} runs-on: ${{ matrix.job.os }}
timeout-minutes: 90 timeout-minutes: 90
env:
DOCKER_OPTS: '--volume /etc/passwd:/etc/passwd --volume /etc/group:/etc/group'
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: