back2dos / travix

Travis helper.
The Unlicense
33 stars 12 forks source link

PHP broken #114

Closed kevinresol closed 4 years ago

kevinresol commented 5 years ago

https://travis-ci.org/haxetink/tink_testrunner/jobs/530150284#L1033

looks like some php packages are no longer available?

back2dos commented 5 years ago

"PHP Broken" ... what else is new? :D

andyli commented 5 years ago

It's probably because launchpad removed Trusty support since Trusty went EOL.

back2dos commented 5 years ago

What's our best upgrade path?

kevinresol commented 5 years ago

What's our best upgrade path?

Update to xenial fixes it, not sure if we still want to support trusty.

andyli commented 5 years ago

Dropping Trusty is the "right" thing to do, it's just I guess people will be confused when their build breaks suddenly. What about adding an OS check in travix that detects Trusty and throw an error message about it?

FrancisBourre commented 5 years ago

My builds are broken, any news about what should/could I do please? :) https://travis-ci.org/DoclerLabs/hexCore/jobs/568342779 https://travis-ci.org/DoclerLabs/hexCore/jobs/568342780

kevinresol commented 5 years ago

You should use xenial instead of trusty

FrancisBourre commented 5 years ago

Thanks, work fine now.

sebthom commented 4 years ago

I am closing this issue for now. Trusty is "End of Standard Support" by Canonical and Xenial the default in Travis now anyways. Feel free to reopen if required.