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

make CC env variable configurable #96

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andrewwillette
Copy link

@andrewwillette andrewwillette commented Oct 1, 2024

I hope all is well!

This is to address issues I ran into running tests on macOS with runtime/cgo dependencies. The default C compiler appears to be gcc-11, I required clang for my arm64 architecture.

The related build failures in the neotest-go workflow are not simple to troubleshoot.

I made an effort to utilize the RunSpec env configuration with it's subsequent env configuration in the runners pcall, but passing the configured CC there does not correctly configure the execution in the go test process.

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.

1 participant