Rm unused rustflags value in ci-scripts/compile-settings.jq

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-31 16:21:31 +10:00
parent 9e5ff25be8
commit a6889c678e
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -9,7 +9,6 @@ if $for_release then {
output: "debug", output: "debug",
profile: "dev", profile: "dev",
args: ($matrix.debug_build_args // ""), args: ($matrix.debug_build_args // ""),
rustflags: "",
features: ($matrix.debug_features // ["rustls", "fancy-with-backtrace"]), features: ($matrix.debug_features // ["rustls", "fancy-with-backtrace"]),
} end } end
| |