We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a71f0 commit cf379f6Copy full SHA for cf379f6
.github/workflows/release.yml
@@ -69,9 +69,9 @@ jobs:
69
# For some builds, we use cross to test on 32-bit and big-endian
70
# systems.
71
CARGO: cargo
72
- # When CARGO is set to CROSS, this is set to `--target matrix.target`.
+ # Whether CARGO is `cargo` or `cross`, TARGET_FLAGS will be set to `--target matrix.target`.
73
TARGET_FLAGS: ''
74
- # When CARGO is set to CROSS, TARGET_DIR includes matrix.target.
+ # Whether CARGO is `cargo` or `cross`, TARGET_DIR will include matrix.target.
75
TARGET_DIR: ./target
76
# Emit backtraces on panics.
77
RUST_BACKTRACE: 1
0 commit comments