Skip to content

Commit

Permalink
Manual dependency
Browse files Browse the repository at this point in the history
The ubuntu-latest in the CI workflow causes cargo deb to generate a high
libc dependency
  • Loading branch information
janos-r committed Jan 10, 2025
1 parent 917e03f commit b04156a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helix-term/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ homepage.workspace = true
[package.metadata.deb]
# generate a .deb in target/debian/ with the command: cargo deb --no-build
name = "helix"
depends = "libc6 (>= 2.34), libstdc++6 (>= 5.2)"
assets = [
{ source = "target/release/hx", dest = "/usr/lib/helix/", mode = "755" },
{ source = "../contrib/hx", dest = "/usr/bin/", mode = "755" },
Expand Down

0 comments on commit b04156a

Please sign in to comment.