Cross build with action-rs

This commit is contained in:
Patrick Dung
2021-10-10 02:21:30 +08:00
parent 602a327aa8
commit c614520405
2 changed files with 118 additions and 0 deletions

7
Cross.toml Normal file
View File

@ -0,0 +1,7 @@
[build.env]
passthrough = [
"RUST_BACKTRACE",
"CARGO_TERM_COLOR",
"RUSTFLAGS",
"JEMALLOC_SYS_WITH_LG_PAGE"
]