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

Fix CI on mac; upload built wheel files as CI artifacts #261

Merged
merged 5 commits into from
Nov 27, 2020
Merged

Conversation

kwkbtr
Copy link
Contributor

@kwkbtr kwkbtr commented Nov 27, 2020

In GitHub Actions virtual environment macos-10.15/20201115.1, linking some functions from libgomp fails since the linker cannot find some library files from gcc-8 installed via Homebrew.
Failure example: https://github.com/qulacs/qulacs/runs/1462123962?check_suite_focus=true#step:10:165
Added a command that fixes this issue by (brew) re-linking files from gcc-8.
cf. https://stackoverflow.com/a/55500164

Also added a setting to upload built wheel files as CI artifacts so that we can download and test them on local machines before publishing to PyPI.

@kwkbtr
Copy link
Contributor Author

kwkbtr commented Nov 27, 2020

@y-yu Please review 🙏

Copy link
Contributor

@y-yu y-yu left a comment

Choose a reason for hiding this comment

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

LGTM

@kwkbtr kwkbtr merged commit 0c6087e into dev Nov 27, 2020
@kwkbtr kwkbtr deleted the fix_mac_ci branch November 27, 2020 08:55
kotamanegi added a commit to kotamanegi/qulacs that referenced this pull request Jun 14, 2022
…pr-185

PR#185からリファクタリングの変更を取り込む
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