Skip to content

Commit

Permalink
build: remove unused cross configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Jan 4, 2023
1 parent 4db049a commit 3a646b9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@ cynic = "2.2"
mime = "0.3"
tower = { version = "0.4", features = ["util"] }

# cross-rs configuration
[package.metadata.cross.target.x86_64-unknown-linux-gnu]
# The latest version of cross-rs doesn't include OpenSSL support
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH",
]

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ version}-{ target }.tar.gz"
bin-dir = "{ bin }{ binary-ext }"
Expand Down

0 comments on commit 3a646b9

Please sign in to comment.