Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
e1732a364fed committed Jan 1, 2099
1 parent d917efb commit a8367d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion crates/ruci-cmd/Cross.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[target.aarch64-unknown-linux-gnu]
image = "openssl:aarch64"
passthrough = [ "PKG_CONFIG_PATH=/usr/lib/aarch64-unknown-linux/pkgconfig/"]

[target.aarch64-linux-android]
image = "openssl:android"
image = "openssl:android"
passthrough = [ "PKG_CONFIG_PATH=/usr/lib/aarch64-linux-android/pkgconfig/"]
3 changes: 1 addition & 2 deletions crates/ruci-cmd/Dockerfile_aarch64
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
FROM ghcr.io/cross-rs/aarch64-unknown-linux-gnu:edge
RUN dpkg --add-architecture arm64
RUN apt-get update && apt-get install --assume-yes libssl-dev
pkg-config librust-openssl-sys-dev librust-openssl-sys-dev:arm64 libssl-dev:arm64
RUN apt-get update && apt-get install --assume-yes libssl-dev pkg-config librust-openssl-sys-dev librust-openssl-sys-dev:arm64 libssl-dev:arm64

0 comments on commit a8367d6

Please sign in to comment.