Skip to content

Commit

Permalink
Revert "Mount directory with write permission to allow generating fil…
Browse files Browse the repository at this point in the history
…es in the sources"

This reverts commit 33a3a19.
  • Loading branch information
tpadioleau committed Jan 8, 2025
1 parent ce88a95 commit f92b04f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gyselalibxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
run: |
cat<<-EOF > run.sh
set -xe
cd /src
git config --global --add safe.directory '*'
export CMAKE_BUILD_PARALLEL_LEVEL=4
Expand All @@ -45,5 +43,5 @@ jobs:
ctest --test-dir build --output-on-failure --timeout 5 -LE test_on_Release_only
EOF
docker run --user $(id -u):$(id -g) -v ${PWD}:/src:rw ghcr.io/gyselax/gyselalibxx_env bash /src/run.sh
docker run -v ${PWD}:/src:ro ghcr.io/gyselax/gyselalibxx_env bash /src/run.sh
continue-on-error: true

0 comments on commit f92b04f

Please sign in to comment.