Skip to content

Commit

Permalink
Change the way we mark safe.directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed May 19, 2023
1 parent f45076e commit 54e02f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@ RUN curl -L https://github.com/WebAssembly/binaryen/releases/download/version_11
ENV CACHE_KEY=rerun_docker_v0.7

# See: https://github.com/actions/runner-images/issues/6775#issuecomment-1410270956
RUN git config --system --add safe.directory '*'

# Note: this uses global and a more-specific path than '*' at recommended in that comment
# this appears to have been needed due to a git version upgrade to 2.30.
RUN git config --global --add safe.directory '/__w/rerun/rerun'

0 comments on commit 54e02f0

Please sign in to comment.