This reverts commit 3e21b690d1aedb73a7dc2bc5d2ff1b011b52d927 from #14979.
#15308 should catch this
The Trusty build passed though.
I’m confused; #15308 switched Trusty (not Xenial) to NO_DEPENDS=1
which means it uses the package manager version QT, which should be 5.2:
So the Trusty build should have failed, but didn’t.
I realized I could have run it on my own repo about two seconds after making the PR :-)
See the --with-gui=no
;)
https://github.com/bitcoin/bitcoin/blob/b3a715301a0fd972fb2f3bd36e2680b3cdbbab26/.travis.yml#L112
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
No conflicts as of last run.
Ah wait, it’s more confusing actually :-)
When I enable GUI build, Travis blows up on a different error than the one I deliberately introduced. Namely the error @Empact fixes in 352f36e01c8b392ee785bfb356e71488858e5da8 (no PR).
So in order to enable the GUI build like I did in 573d5af we’d have to add 352f36e01c8b392ee785bfb356e71488858e5da8 as well, otherwise all builds will fail.
This reverts commit 3e21b690d1aedb73a7dc2bc5d2ff1b011b52d927.
Sjors
MarcoFalke
Empact
DrahtBot
Labels
GUI