File tree Expand file tree Collapse file tree 1 file changed +4
-30
lines changed
Expand file tree Collapse file tree 1 file changed +4
-30
lines changed Original file line number Diff line number Diff line change @@ -4,38 +4,12 @@ if [ -n "$CI" ]; then
44 echo " == Installing system packages =="
55 sudo apt-get update
66 sudo apt-get install -y libcurl4-openssl-dev
7+ sudo apt-add-repository --yes ' deb http://us.archive.ubuntu.com/ubuntu kinetic universe'
8+ sudo apt-get install -y libqpid-proton11-dev
79 echo
810
9- # Install Qpid proton system library
10- set -v
11- pushd $PWD
12-
13- # Install the dev dependencies for building Qpid proton system library.
14- sudo apt-get install -y gcc cmake cmake-curses-gui uuid-dev
15- sudo apt-get install -y libssl-dev
16- sudo apt-get install -y libsasl2-2 libsasl2-dev
17-
18- # Get the latest Qpid Proton source
19- cd $HOME /build
20- git clone --branch 0.30.0 https://github.com/apache/qpid-proton.git
21- cd qpid-proton
22-
23- # Configure the source of Qpid Proton.
24- mkdir build
25- cd build
26- cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_BINDINGS=
27-
28- # Compile system libraries.
29- make all
30-
31- # Install system libraries
32- sudo make install
33-
34- # Enable the qpid_proton bundler group
35- [ -z " $BUNDLE_WITH " ] && bundle config with qpid_proton
36-
37- popd
38- set +v
11+ # Enable the qpid_proton bundler group
12+ [ -z " $BUNDLE_WITH " ] && bundle config with qpid_proton
3913
4014 echo
4115fi
You can’t perform that action at this time.
0 commit comments