Skip to content

Commit

Permalink
Merge pull request uutils#3902 from sylvestre/issue-3890
Browse files Browse the repository at this point in the history
docker: Mount some volumes when building with cross
  • Loading branch information
tertsdiepraam authored Sep 5, 2022
2 parents 1054c5c + 6b8b8a1 commit e28301e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,8 @@ jobs:
needs: [ min_version, deps ]
runs-on: ${{ matrix.job.os }}
timeout-minutes: 90
env:
DOCKER_OPTS: '--volume /etc/passwd:/etc/passwd --volume /etc/group:/etc/group'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit e28301e

Please sign in to comment.