Skip to content

Commit d2c6c1a

Browse files
committed
CI: update libssh to 0.12.0 and enable server
1 parent 60384cf commit d2c6c1a

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

Package/Flatpak/io.github.KangLin.RabbitRemoteControl.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,15 @@ modules:
130130
disabled: false
131131
sources:
132132
- type: archive
133-
url: "https://www.libssh.org/files/0.11/libssh-0.11.3.tar.xz"
134-
sha256: "7d8a1361bb094ec3f511964e78a5a4dba689b5986e112afabe4f4d0d6c6125c3"
133+
url: "https://www.libssh.org/files/0.12/libssh-0.12.0.tar.xz"
134+
sha256: "1a6af424d8327e5eedef4e5fe7f5b924226dd617ac9f3de80f217d82a36a7121"
135135
buildsystem: cmake-ninja
136136
builddir: true
137137
config-opts:
138138
- -DWITH_EXAMPLES=OFF
139139
- -DCMAKE_BUILD_TYPE=Release
140+
- -DWITH_SERVER=ON
141+
- -DSERVER_TESTING=OFF
140142
cleanup:
141143
- /bin
142144

snap/snapcraft.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ parts:
8282
plugin: cmake
8383
source: https://git.libssh.org/projects/libssh.git/
8484
source-type: git
85-
source-tag: libssh-0.11.3
85+
source-tag: libssh-0.12.0
8686
source-depth: 1
8787
build-packages:
8888
- libssl-dev
@@ -92,6 +92,8 @@ parts:
9292
# See: https://snapcraft.io/docs/parts-environment-variables
9393
- -DCMAKE_BUILD_TYPE=Release
9494
- -DCMAKE_VERBOSE_MAKEFILE=OFF
95+
- -DWITH_SERVER=ON
96+
- -DSERVER_TESTING=OFF
9597
stage:
9698
- -usr/include
9799
prime:

0 commit comments

Comments
 (0)