Skip to content

Commit 2bda6e0

Browse files
committed
add cross.toml file with env vars passthrough for the container
1 parent a43494d commit 2bda6e0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Cross.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[build.env]
2+
passthrough = [
3+
"OPENSSL_STATIC",
4+
"OPENSSL_VENDORED",
5+
]
6+
7+
[target.aarch64-unknown-linux-gnu.env]
8+
passthrough = [
9+
"OPENSSL_STATIC",
10+
"OPENSSL_VENDORED",
11+
]

0 commit comments

Comments
 (0)