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

Compiler backend uses g++ instead of gcc #254

Merged
merged 2 commits into from
Apr 25, 2024

Conversation

benvanwerkhoven
Copy link
Collaborator

The Compiler Backend now uses g++ by default instead of gcc, but the tests are only skipped if gcc is not present. When you have gcc but not g++ the test fails. This pull fixes that.

@benvanwerkhoven
Copy link
Collaborator Author

The CI seems to be broken for all pull requests now, but @fjwillemsen is looking into it.

@fjwillemsen
Copy link
Collaborator

Yes, this is an issue with the recently updated macos-latest GitHub runner image. I've submitted an issue at actions/runner-images#9770 which is already getting some attention as we're not the only ones affected by this. For now, I've switched the action to use macos-13, but I will revert this back to macos-latest when this is fixed.

Copy link

sonarcloud bot commented Apr 25, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@benvanwerkhoven benvanwerkhoven merged commit dae9e8e into master Apr 25, 2024
3 checks passed
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.

None yet

2 participants