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

Skip VS 2022 compatibility setup steps if the toolchain is newer than 5.9 #34

Merged

Conversation

kendalharland
Copy link

@kendalharland kendalharland commented May 1, 2024

After 5.9, the compiler will inject the modulemaps from /usr/share to the correct destination using via the VFS overlay which avoids the need to explicitly copy.

@kendalharland
Copy link
Author

@compnerd I forget exactly why we don't need this when the toolchain is newer than 5.9. Can you remind me so I can capture that in the PR description?

@compnerd
Copy link
Owner

compnerd commented May 1, 2024

Because the compiler will inject the modulemap via the VFS overlay which avoids the need to explicitly copy the modulemap to the destination.

@kendalharland
Copy link
Author

Because the compiler will inject the modulemap via the VFS overlay which avoids the need to explicitly copy the modulemap to the destination.

Thanks!

@compnerd compnerd merged commit 9955d59 into compnerd:main May 2, 2024
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