Build against the 3.28 runtime for now

Freedesktop 18.08.11 dropped openssl 1.0 which caused hyper to
no longer build. Reverting to the old runtime till hyper is
upgraded. See #84 for more.
This commit is contained in:
Jordan Petridis 2018-09-22 04:39:33 +03:00
parent a15fea1d65
commit 565d1d0388
No known key found for this signature in database
GPG Key ID: E8523968931763BE

View File

@ -1,7 +1,7 @@
{
"app-id" : "org.gnome.PodcastsDevel",
"runtime" : "org.gnome.Platform",
"runtime-version" : "master",
"runtime-version" : "3.28",
"sdk" : "org.gnome.Sdk",
"sdk-extensions" : [
"org.freedesktop.Sdk.Extension.rust-stable"
@ -30,6 +30,7 @@
],
"env" : {
"CARGO_HOME" : "/run/build/Podcasts/cargo",
/* "RUSTFLAGS" : "--error-format=short", */
"RUST_BACKTRACE" : "1"
}
},