Skip to content

Commit

Permalink
fix(backend): add patch for heim to run on ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenclaw900 committed Oct 11, 2021
1 parent 34d1185 commit de8e431
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 22 deletions.
33 changes: 11 additions & 22 deletions src/backend/Cargo.lock

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

4 changes: 4 additions & 0 deletions src/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ serde_json = "1.0.67"
pty-process = "0.1.0"
heim = "0.0.11"

# Heim needs a patch to run on ARM64
[patch.crates-io]
heim = {git = "https://github.com/ravenclaw900/heim", branch = "patched"}

[profile.release]
lto = "fat"
panic = "abort"
Expand Down

0 comments on commit de8e431

Please sign in to comment.