-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Port GitLab CI to GitHub Actions #117
Comments
x86_64 artifact uploaded but aarch64 failed because |
Copying the binary from Will figure out OCI/Docker now and then figure out git rocksdb |
Leaving out aarch64 deb file unless upstream starts building a deb file for it. So far I need to validate that the optional features like sha256_media are not being used, and update links at DEPLOY.md programmatically due to GitHub (I think?) not supporting "latest" artifacts. (actions/upload-artifact#50 (comment)) I think I also could just create a "static" release that automatically uploads binaries to that. Now just need to figure out git rocksdb. |
Still missing publishing to GitHub Container registry and Docker, and I would like to add additional targets like All artifacts outputted only have default features. I don't think many people are using sha256_media anyways except for me. I was also left with no choice but to revert back to latest stable rust-rocksdb because of incredibly frustrating linker issues, but considering they said they would release a new version soon (rust-rocksdb/rust-rocksdb#858 (comment)) I think this is fine as a temporary thing. As is, it should be working the same as upstream and should be good enough. |
I am left with no choice
The text was updated successfully, but these errors were encountered: