Skip to content

Commit

Permalink
Statically compiled lzma to prevent dynamic linking on macos (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwylde committed May 8, 2024
1 parent 052ca58 commit 8fbc498
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions crates/arroyo-df/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ prettyplease = "0.2.4"
unicase = "2.7.0"
toml = "0.8.8"

xz2 = { version = "0.1.7", features = ["static"] }

[dev-dependencies]
test-log = {version = "0.2.15", default-features = false, features = ["trace"]}
rstest = { version = "0.18.2" }
Expand Down

0 comments on commit 8fbc498

Please sign in to comment.