8000 Update mac os ci workflow to use newer version of llvm and mac os by tglane · Pull Request #318 · jbaldwin/libcoro · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update mac os ci workflow to use newer version of llvm and mac os #318

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

Merged
merged 1 commit into from
May 10, 2025

Conversation

tglane
Copy link
Contributor
@tglane tglane commented May 9, 2025

This PR should fix the CI for MacOS. I had to add some missing headers and I had to make some changes to the move constructor of coro::queue that you should review because I honestly have no idea how you got that to compile prior to my changes (your mutex class is not move constructible but is moved in the move constructor of queue).

@jbaldwin
Copy link
Owner
jbaldwin commented May 9, 2025

You are absolutely correct.. that should not have compiled before 😬 I left a note on the move constructor/operator.. preference is probably to just delete them?

@tglane
Copy link
Contributor Author
tglane commented May 10, 2025

Hmm seems like one test timed out without actually running the tests? I think this is not related to the changes made in this PR.

@jbaldwin jbaldwin merged commit 131cf5d into jbaldwin:main May 10, 2025
44 of 45 checks passed
@jbaldwin jbaldwin mentioned this pull request May 16, 2025
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
0