Skip to content

Commit

Permalink
fix: copy Cargo.lock when building dataplane (#292)
Browse files Browse the repository at this point in the history
Fixes #291 

An even better solution is to update Aya and fix the references used.
But I think we should copy `Cargo.lock` nonetheless during build time
  • Loading branch information
k8s-ci-robot authored Oct 15, 2024
2 parents ddc184f + 0fc7471 commit 33c0265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Containerfile.dataplane
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ COPY dataplane dataplane
COPY tools/udp-test-server tools/udp-test-server
COPY xtask xtask
COPY Cargo.toml Cargo.toml
COPY Cargo.lock Cargo.lock
COPY .cargo .cargo

# We need to tell bpf-linker where it can find LLVM's shared library file.
Expand Down

0 comments on commit 33c0265

Please sign in to comment.