From 6b8b8a1ee733263b1110d0f27b198e8a9aefac7a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 4 Sep 2022 23:06:58 +0200 Subject: [PATCH] docker: Mount some volumes when building with cross Many thanks to Aleksandr Chebotov for the help --- .github/workflows/CICD.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 11439344c..e0680c8ac 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -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: