Skip to content

Commit 27bfe8e

Browse files
Fix CI
1 parent c147bee commit 27bfe8e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ members = [
3434
"data-pipeline-ffi",
3535
"ddsketch",
3636
"tinybytes",
37+
"agent-info",
3738
]
3839

3940
default-members = [

tools/docker/Dockerfile.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ RUN cargo search nothing --limit 1
6969
# create stubs to cache compilation of dependendencies
7070
COPY [ "Cargo.lock", "Cargo.toml", "./"]
7171
COPY "alloc/Cargo.toml" "alloc/"
72+
COPY "agent-info/Cargo.toml" "agent-info/"
7273
COPY "build-common/Cargo.toml" "build-common/"
7374
COPY "crashtracker/Cargo.toml" "crashtracker/"
7475
COPY "crashtracker-ffi/Cargo.toml" "crashtracker-ffi/"

0 commit comments

Comments
 (0)