Skip to content

fix(axum-kbve): add bevy_npc to Docker build pipeline#8133

Merged
h0lybyte merged 2 commits intodevfrom
trunk/docker-bevy-crates-1773705596
Mar 17, 2026
Merged

fix(axum-kbve): add bevy_npc to Docker build pipeline#8133
h0lybyte merged 2 commits intodevfrom
trunk/docker-bevy-crates-1773705596

Conversation

@h0lybyte
Copy link
Member

Summary

  • Add bevy_npc crate to Dockerfile, Dockerfile.base, and Cargo.workspace.toml so the Docker build resolves bevy_kbve_net's npcdb feature dependency
  • Add bevy_kbve_net and bevy_npc path triggers to kbve_base in CI file alterations workflow so base image rebuilds when either crate changes

Test plan

  • Docker build completes with bevy_kbve_net[npcdb] feature enabled
  • CI triggers base image rebuild on bevy_npc/src/** changes

bevy_kbve_net now depends on bevy_npc via the npcdb feature flag.
Without this change the Docker build fails because the bevy_npc crate
path is missing from the container context.
…se trigger paths

Without these paths, changes to bevy_kbve_net or bevy_npc would not
trigger a rebuild of the kbve-build-base Docker image.
@github-actions
Copy link
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@h0lybyte h0lybyte merged commit 898e0c0 into dev Mar 17, 2026
5 checks passed
@h0lybyte h0lybyte deleted the trunk/docker-bevy-crates-1773705596 branch March 17, 2026 01: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.

1 participant