Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 8abbf66

Browse files
committed
fix: attempt to include .git in cross-rs build ctx
1 parent 6416551 commit 8abbf66

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

bolt-sidecar/Cross.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ pre-build = [
99
# more info at: https://github.com/cross-rs/cross/issues/1565#issuecomment-2483968180
1010
"apt-get --assume-yes --no-install-recommends install gcc-10 g++-10 && ln -sf /usr/bin/gcc-10 /usr/bin/gcc && ln -sf /usr/bin/g++-10 /usr/bin/g++"
1111
]
12+
13+
[build.env]
14+
volumes = [
15+
"GIT_DIR=../.git"
16+
]

0 commit comments

Comments
 (0)