summaryrefslogtreecommitdiffstats
path: root/Cross.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-05-28 16:14:25 -0400
committerGitHub <noreply@github.com>2022-05-28 16:14:25 -0400
commit96d5b9b87d5b769be6b2fb0c0c732fcbd3175037 (patch)
treeb6ecf2e9e54fa537146b6c30b76b8f869cd5eaa2 /Cross.toml
parent42909dba3573dd1cdd30d986c3227e0996edb7b0 (diff)
deployment: add aarch64/armv7 gnu .deb generation (#739)
Adds .deb generation for aarch64 and armv7 gnu targets in the nightly and deploy workflows.
Diffstat (limited to 'Cross.toml')
-rw-r--r--Cross.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cross.toml b/Cross.toml
new file mode 100644
index 00000000..f6e8648d
--- /dev/null
+++ b/Cross.toml
@@ -0,0 +1,2 @@
+[build.env]
+passthrough = ["RUST_BACKTRACE", "BTM_GENERATE"]