flatpak: stop setting custom RUSTFLAGS

Builder no longer makes use of them
This commit is contained in:
Jordan Petridis 2020-01-23 22:43:59 +02:00 committed by Jordan Petridis
parent 7685570da9
commit 62c6b0d4cb
2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@
"--share=network"
],
"env" : {
"RUSTFLAGS" : "--error-format=short --remap-path-prefix =../",
"CARGO_HOME" : "/run/build/Podcasts/cargo",
"RUSTFLAGS" : "",
"RUST_BACKTRACE" : "1"

View File

@ -27,7 +27,6 @@
],
"env" : {
"CARGO_HOME" : "/run/build/Podcasts/cargo",
"RUSTFLAGS" : "--error-format=short --remap-path-prefix =../",
"RUST_BACKTRACE" : "1"
}
},