apertium / apertium-stats-service

Stateful Rust web service that enables the efficient concurrent compilation and distribution of statistics regarding Apertium packages via a RESTful API.
GNU General Public License v3.0
1 stars 3 forks source link

Add lexd support #67

Closed sushain97 closed 3 years ago

sushain97 commented 4 years ago

Hmm the build is failing since it can't find lexd: https://travis-ci.org/github/apertium/apertium-stats-service/builds/698325684#L240.

@TinoDidriksen is the package not available for xenial?

TinoDidriksen commented 4 years ago

@TinoDidriksen is the package not available for xenial?

Nope, not for Xenial, Stretch, or EL7. lexd can't build due to a g++ bug, and switching package building to clang++ is not trivial. And those are old distros that we don't expect developers to use.

sushain97 commented 4 years ago

Very well, let's see if I can't switch the build to bionic.