chore: GitHub CI cutover, bgpkit-parser 0.20, arancini-lib 0.7.6 - #19
Merged
Conversation
…ers. All tests are passing. Signed-off-by: Marvin Hansen <marvin.hansen@gmail.com>
…om fix/publish-rust-components into main Reviewed-on: https://code.carverauto.dev/carverauto/arancini/pulls/3
…from fix/publish-credential-preflight into main Reviewed-on: https://code.carverauto.dev/carverauto/arancini/pulls/4
…d 0.10' (#1) from deps-fix into main Reviewed-on: https://code.carverauto.dev/carverauto/arancini/pulls/1
…se/v0.7.4-rc into main Reviewed-on: https://code.carverauto.dev/carverauto/arancini/pulls/5
…#6) from fix/forgejo-artifact-v3 into main Reviewed-on: https://code.carverauto.dev/carverauto/arancini/pulls/6
…se/v0.7.5 into main Reviewed-on: https://code.carverauto.dev/carverauto/arancini/pulls/7
ServiceRadar's bmp-collector moved to bgpkit-parser 0.20, which split the crate graph: arancini-lib 0.7.5 still compiled against 0.15, so BMP message types no longer matched. Update both crates to 0.20, rename BgpOpenMessage::sender_ip to bgp_identifier, handle the new LinkBandwidth extended community, and declare MSRV 1.93 so ServiceRadar can consume the crate on its current toolchain.
Drop the Forgejo-runner image, rust-cache pin, and v3 artifact workarounds. PR/push jobs now use GitHub-hosted runners with apt-get native deps. Tagged v* pushes still publish crates and Harbor images.
GitHub main had diverged at Marvin's edition-2024 PR while 0.7.3-0.7.5 shipped on Forgejo. Keep the published crate line, parser 0.20, and GitHub Actions workflows.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Forgejo Actions for Arancini is a pile of runner-image, rust-cache, and artifact-action workarounds. Collaboration for this repo is GitHub, same as ServiceRadar.
This also lands the parser 0.20 /
arancini-lib0.7.6 work ServiceRadar needs: https://github.com/carverauto/serviceradar/pull/3973What
apt-getfor capnproto/pcap/sasl/openssl)..forgejo/workflows.cargo check,cargo test,cargo package -p arancini-lib.v*: crates.io publish (existingmainenvironmentCARGO_REGISTRY_TOKEN) and Harbor imageregistry.carverauto.dev/serviceradar/arancini.bgpkit-parserto 0.20, renameBgpOpenMessage::sender_ip→bgp_identifier, handleLinkBandwidth, declare MSRV 1.93.GitHub
mainhad diverged at #18 while 0.7.3–0.7.5 shipped on Forgejo. This PR merges that GitHub history in and keeps the published crate line.Follow-up
HARBOR_ROBOT_USERNAME/HARBOR_ROBOT_SECRETon this GitHub repo (or org) so tagged image publishes work.CARGO_REGISTRY_TOKENis already on themainenvironment.carverauto/arancinifrom Forgejo runner repos.