[
https://issues.apache.org/jira/browse/DISPATCH-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17113668#comment-17113668
]
Ganesh Murthy edited comment on DISPATCH-1665 at 5/22/20, 1:33 AM:
-------------------------------------------------------------------
If no distribution is specified in the travis.yml file, the default OS is
{noformat}
Operating System Details
Distributor ID: Ubuntu
Description: Ubuntu 16.04.6 LTS
Release: 16.04
Codename: xenial {noformat}
When I included libwebsockets-dev in Xenial, I see the following when compiling
Qpid Dispatch
{noformat}
Found libwebsockets version 1.7.0 but need at least 2.1.0 {noformat}
When I moved travis to use Bionic distribution instead of Xenial, I see the
following when compiling Qpid Dispatch
{noformat}
Found libwebsockets version 2.0.3 but need at least 2.1.0 {noformat}
Locally when I tried ubuntu:latest distribution via a docker file, I see
{noformat}
Found LibWebSockets: 3.2.0 {noformat}
Only the latest version of Ubuntu - Ubuntu 20.04 LTS (Focal Fossa) has a
version of LWS (3.2.0) that is above 2.1.0
Travis does not support the latest Ubuntu distribution (yet). We will have to
wait a while before we can start testing HTTP/LWS based stuff on Travis
was (Author: ganeshmurthy):
If no distribution is specified in the travis.yml file, the default OS is
{noformat}
Operating System Details
Distributor ID: Ubuntu
Description: Ubuntu 16.04.6 LTS
Release: 16.04
Codename: xenial {noformat}
When I included libwebsockets-dev in Xenial, I see the following when compiling
Qpid Dispatch
{noformat}
Found libwebsockets version 1.7.0 but need at least 2.1.0 {noformat}
When I moved travis to use Bionic distribution instead of Xenial, I see the
following when compiling Qpid Dispatch
{noformat}
Found libwebsockets version 2.0.3 but need at least 2.1.0 {noformat}
Locally when I tried ubuntu:latest distribution via a docker file, I see
{noformat}
Found LibWebSockets: 3.2.0 {noformat}
Only the latest version of Ubuntu - Ubuntu 20.04 LTS (Focal Fossa) has a
version of LWS (3.2.0) that is above 2.1.0
Travis does not support the latest Ubuntu distribution. We will have to wait a
while before we can start testing HTTP/LWS based stuff on Travis
> Add libwebsockets-dev library to travis
> ---------------------------------------
>
> Key: DISPATCH-1665
> URL: https://issues.apache.org/jira/browse/DISPATCH-1665
> Project: Qpid Dispatch
> Issue Type: Bug
> Components: Tests, Tools
> Affects Versions: 1.12.0
> Reporter: Ganesh Murthy
> Assignee: Ganesh Murthy
> Priority: Major
> Fix For: 2.0.0
>
>
> The travis build does not install the libwebsockets library. Install it to
> see what version is being pulled down
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]