Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcefb53e

Browse files
committed
Work around different ownership in container
This handles the "dubious ownership" error for the Alpine Linuxcontainer using safe.directory as is done in the Cygwin job.Another approach may be to actually use a limited user account inthe container, though, and that may be better, since I expect someof the rmtree tests in test_util.py to fail due to the root userbeing able to perform a delete operation the tests assume cannot bedone.
1 parent44b8562 commitcefb53e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.github/workflows/alpine-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
with:
2323
fetch-depth:0
2424

25+
-name:Special configuration for Alpine Linux git
26+
run:|
27+
git config --global --add safe.directory "$(pwd)"
28+
2529
-name:Prepare this repo for tests
2630
run:|
2731
./init-tests-after-clone.sh

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp