Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use docker-practice/actions-setup-docker to set up Docker on macOS #58

Closed
wants to merge 8 commits into from

Conversation

jwodder
Copy link
Member

@jwodder jwodder commented Mar 16, 2021

This is an alternative to #55.

@yarikoptic
Copy link
Member

it somehow wasn't in effect? I still see /Users/runner/DLTMP ... needs debugging. BTW -- does it replicate on your OSX laptop (trying to ssh into that docker container etc)?

@jwodder
Copy link
Member Author

jwodder commented Mar 24, 2021

@yarikoptic I forgot to run make after updating the template for the previous commit. That's fixed now.

@yarikoptic
Copy link
Member

now it is red across all CI runs for test-datalad, I guess more work todo

@jwodder
Copy link
Member Author

jwodder commented Apr 7, 2021

@yarikoptic Datalad seems to be resolving TMPDIR on the host machine and then using that path inside the Docker container, which leads to failures, as /tmp on macOS is a symlink to /private/tmp, which doesn't exist inside the containers and which Datalad doesn't have permission to create.

@yarikoptic
Copy link
Member

re ubuntu fails -- would be worth rerunning, I think the issue with test_expanduser failing was identified/resolved.

re OSX: I guess we should bind mount resolved /tmp (/private/tmp?) as well to resolve it?

@jwodder
Copy link
Member Author

jwodder commented Apr 5, 2022

Closing as the action in question does not seem to work properly any more.

@jwodder jwodder closed this Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants