Skip to content

chore(deps): removal of vendored dependencies in favor of cargo registry caching#27

Merged
jeandemeusy merged 6 commits intomainfrom
jean/deps/vendoring-removal
Dec 4, 2025
Merged

chore(deps): removal of vendored dependencies in favor of cargo registry caching#27
jeandemeusy merged 6 commits intomainfrom
jean/deps/vendoring-removal

Conversation

@jeandemeusy
Copy link
Contributor

@jeandemeusy jeandemeusy commented Dec 3, 2025

Switch to non vendored dependency handling.

  • removed system test from repository and remove git submodules
  • set PRIVATE_CARGO_REGISTRY_PROXY_URL in gh actions secrets
  • add cache dependencies build steps
  • verified nix flake build still working locally
  • verify ci build still working with a manual trigger

@jeandemeusy jeandemeusy linked an issue Dec 3, 2025 that may be closed by this pull request
7 tasks
@jeandemeusy jeandemeusy self-assigned this Dec 3, 2025
@jeandemeusy jeandemeusy requested a review from esterlus December 3, 2025 16:19
@esterlus esterlus changed the title chore(deps): removal of vendored dependencies feat(deps): removal of vendored dependencies Dec 4, 2025
@esterlus esterlus changed the title feat(deps): removal of vendored dependencies feat(deps): removal of vendored dependencies in favor of cargo registry caching Dec 4, 2025
@esterlus esterlus changed the title feat(deps): removal of vendored dependencies in favor of cargo registry caching chore(deps): removal of vendored dependencies in favor of cargo registry caching Dec 4, 2025
Copy link
Contributor

@esterlus esterlus left a comment

Choose a reason for hiding this comment

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

Very nice 👍
Thanks a lot

@jeandemeusy jeandemeusy merged commit 27580ac into main Dec 4, 2025
6 of 7 checks passed
@jeandemeusy jeandemeusy deleted the jean/deps/vendoring-removal branch December 4, 2025 14:09
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.

Scrap vendored dependency in favor of fetching from own proxy

2 participants