Skip to content

Commit

Permalink
chore: add libzstd-dev dependency for building on various architectures
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Nov 30, 2024
1 parent d30cdf4 commit 6b27424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ x86_64-unknown-linux-musl = "ubuntu-latest"
nasm = '*' # Required for building `aws-lc-sys` on Windows

[dist.dependencies.apt]
libzstd-dev = '*'
gcc-aarch64-linux-gnu = { version = '*', targets = ["aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl"] }
gcc-arm-linux-gnueabihf = { version = '*', targets = ["armv7-unknown-linux-gnueabihf", "armv7-unknown-linux-musleabihf"] }
gcc-i686-linux-gnu = { version = '*', targets = ["i686-unknown-linux-gnu"] }
Expand Down

0 comments on commit 6b27424

Please sign in to comment.