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

devcontainer: fix display override #30041

Merged
merged 2 commits into from
Sep 25, 2023
Merged

Conversation

fredyshox
Copy link
Contributor

Fixes issues introduced by #29704

@jnewb1
Copy link
Contributor

jnewb1 commented Sep 25, 2023

I looked into testing the devcontainer on mac in CI, and it doesn't look super easy because the CI macs don't have docker desktop, but it would be nice if we could test that

@adeebshihadeh
Copy link
Contributor

Some info here: actions/runner-images#17
And a workaround here: https://github.com/marketplace/actions/setup-docker-on-macos

@fredyshox
Copy link
Contributor Author

yeah, we would need to install it ourselves. Also nested-virtualization support might be needed, since docker is using VM under the hood on macos, not sure if thats enabled (x86 might be fine, but M1 does not support it - which might cause problems in the future once GH adds these runners)

@fredyshox fredyshox merged commit 2fc307c into master Sep 25, 2023
22 checks passed
@fredyshox fredyshox deleted the devcontainer-mac-post-create-fix branch September 25, 2023 20:56
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.

3 participants