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

Resolving broken aarch64-apple-darwin tests #205

Conversation

yhakbar
Copy link
Contributor

@yhakbar yhakbar commented Aug 19, 2023

Hopefully this just works first try for no apparent reason, despite failing for no apparent reason in #179 .

If it doesn't, I'll try to resolve the broken test.

This PR also includes an additional configuration that allows the test to be run via workflow dispatch. This will allow anyone with write permissions to run the tests ad-hoc on their own forks.

@yhakbar
Copy link
Contributor Author

yhakbar commented Aug 19, 2023

As linked in the workflow, cross can't be used conveniently to test the aarch64-apple-darwin target, but it builds and runs fine when built from the macos-latest host.

The reason the bad CPU error pops up during the build is that we are falling back to cargo due to the lack of a cross image that supports it:
https://github.com/chmln/sd/actions/runs/5913186525/job/16037324081#step:5:157

I think we can consider this issue resolved WRT #203

Copy link
Collaborator

@CosmicHorrorDev CosmicHorrorDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bit of a shame, but totally understandable given the circumstances. I think the coverage from other targets should be enough anyways

@CosmicHorrorDev CosmicHorrorDev merged commit 5c56c83 into chmln:master Aug 20, 2023
5 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