Skip to content

Commit

Permalink
Cross: Allow user to use env variables with cross
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric authored and joaoantoniocardoso committed Jul 17, 2024
1 parent 9c777ff commit 66ddbae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ pre-build = [
"apt-get update && apt-get --assume-yes install unzip",
"curl -fsSL https://bun.sh/install | bash -s 'bun-v1.0.0'",
". /root/.bashrc"
]
]

[build.env]
passthrough = ["SKIP_BINDINGS", "SKIP_BUN"]

0 comments on commit 66ddbae

Please sign in to comment.