-
Notifications
You must be signed in to change notification settings - Fork 10
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
github action bug + semver #270
Comments
Not sure if this is the same error that was happening previously. But the CI build is failing again after #294 It claims that cargo is required (see image) . not sure I believe that though. I can build locally and its fine. Only difference I can see is in the docker version.
Just wondering if @recalcitrantsupplant or @ashleysommer know what is happening from last time the build was failing, as maybe it is the same thing happening again. NOTE: Significant change in that PR was an upgrade to the pyoxigraph version. Also, note that I have realized that the build action is actually building using python 3.11 not 3.12. It does this locally too but still builds successfully so it is not the cause of the current issue, but definitely will be a gotcha later. so just flagging it here as something else to be fixed. |
The wheel for pyoxigraph is not being built for arm (timing out) on the latest version of pyoxigraph, so there's no package on pypi I would suggest we wait for the issue to be resolved in pyoxigraph |
@lalewis1 fyi oxigraph/oxigraph#1077 I think the arm based runners won't be available until early next year, it's likely we should do a release before then, so perhaps we allow the arm build to fail without affecting the amd64 (e.g. separate steps in the action, not sure on the specifics). I won't action this until we need a release though |
semver implemented in #297 other bug still to be fixed |
noting that there is still a bug with semver, whereby it cannot write to a protected branch. I'm thinking the best solution will be to remove the changelog and pyproj version changes so that no commit is needed by semver to complete the release. |
todo
- [ ] fix bug in current CI actionThe text was updated successfully, but these errors were encountered: