Closed crazy-max closed 3 years ago
Looks like @aiordache may be running into the same "timeout" issue (on Windows 11), and will give this a test.
Looks like this repository was still using travis; @crazy-max do you have time to change it to a basic github action, so that we can run CI on this PR as well?
Looks like @aiordache may be running into the same "timeout" issue (on Windows 11), and will give this a test.
Do you have a link to the issue? After further investigation on my side it looks like the desktop
credsStore is the culprit. Not wincred
or osxkeychain
. See https://github.com/moby/buildkit/issues/2313#issuecomment-902353224
Looks like this repository was still using travis; @crazy-max do you have time to change it to a basic github action, so that we can run CI on this PR as well?
Sure!
Do you have a link to the issue? After further investigation on my side it looks like the desktop credsStore is the culprit. Not wincred or osxkeychain. See moby/buildkit#2313 (comment)
Oh! I saw your comment, but didn't understand what you meant. Got it now!
As far as I know, desktop credsStore
is the same as wincred
, just a different name for the binary (not sure why that was done, but perhaps it was to prevent conflicts with users installing wincred
? perhaps @ebriney knows
PTAL @ebriney @aiordache @djs55
Follow-up danieljoos/wincred#22
cc @thaJeztah @djs55
Signed-off-by: CrazyMax crazy-max@users.noreply.github.com