This commit is contained in:
Joey Hess 2020-04-27 14:15:06 -04:00
parent 19b5137227
commit 45d884db9b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 17 additions and 1 deletions

View file

@ -32,4 +32,4 @@ which is 100 bytes. Add ".t/gpgtest/" and the name of the socket, and it's too
long.
Quick fix is to cd to /tmp or something before running the test suite.
""]]
"""]]

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="joey"
subject="""comment 4"""
date="2020-04-27T18:10:54Z"
content="""
I guess your command there would need to be run in a directory /home/runner/work/datalad-extensions
to replicate the path I saw earlier.
I did try it, but the singulatriy pull is failing with "While pulling shub
image: download did not succeed: 400 Bad Request".
Running it in some directory like /tmp avoiding the problem
more or less confirms my hypothesis that it's a socket path length
problem. Both /tmp/build and /home/yoh/build are much shorter than
/home/runner/work/datalad-extensions/datalad-extensions/build.
"""]]