Skip to content

Commit

Permalink
chore: install libpq in cross docker env
Browse files Browse the repository at this point in the history
  • Loading branch information
thibautRe committed May 27, 2024
1 parent d8e239f commit 6223481
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ shrinkwraprs = "0.2"
thiserror = "1.0"
time = "0.2"
walkdir = "2"

[workspace.metadata.cross.target.armv7-unknown-linux-gnueabihf]
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install libpq-dev:$CROSS_DEB_ARCH"
]

0 comments on commit 6223481

Please sign in to comment.