Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
edeec76a
Commit
edeec76a
authored
Dec 21, 2023
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: update all images to use libssh2 v1.11.0
parent
da1e9573
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
ci/docker/centos7
+3
-3
ci/docker/centos8
+3
-3
ci/docker/focal
+1
-1
ci/docker/xenial
+4
-4
No files found.
ci/docker/centos7
View file @
edeec76a
...
...
@@ -18,13 +18,13 @@ RUN yum install -y \
FROM yum AS libssh2
RUN cd /tmp && \
curl --location --silent --show-error https://www.libssh2.org/download/libssh2-1.
8
.0.tar.gz | tar -xz && \
cd libssh2-1.
8
.0 && \
curl --location --silent --show-error https://www.libssh2.org/download/libssh2-1.
11
.0.tar.gz | tar -xz && \
cd libssh2-1.
11
.0 && \
./configure && \
make && \
make install && \
cd .. && \
rm -rf libssh-1.
8
.0
rm -rf libssh-1.
11
.0
FROM libssh2 AS valgrind
RUN cd /tmp && \
...
...
ci/docker/centos8
View file @
edeec76a
...
...
@@ -24,13 +24,13 @@ RUN yum install -y \
FROM yum AS libssh2
RUN cd /tmp && \
curl --location --silent --show-error https://www.libssh2.org/download/libssh2-1.
8
.0.tar.gz | tar -xz && \
cd libssh2-1.
8
.0 && \
curl --location --silent --show-error https://www.libssh2.org/download/libssh2-1.
11
.0.tar.gz | tar -xz && \
cd libssh2-1.
11
.0 && \
./configure && \
make && \
make install && \
cd .. && \
rm -rf libssh2-1.
8
.0
rm -rf libssh2-1.
11
.0
FROM libssh2 AS valgrind
RUN cd /tmp && \
...
...
ci/docker/focal
View file @
edeec76a
...
...
@@ -53,7 +53,7 @@ RUN cd /tmp && \
cd libssh2-1.9.0 && \
mkdir build build-msan && \
cd build && \
CC=clang-10 CFLAGS="-fPIC" cmake -G Ninja -DBUILD_SHARED_LIBS=ON -DC
RYPTO_BACKEND=Libgcrypt -DC
MAKE_PREFIX_PATH=/usr/local -DCMAKE_INSTALL_PREFIX=/usr/local .. && \
CC=clang-10 CFLAGS="-fPIC" cmake -G Ninja -DBUILD_SHARED_LIBS=ON -DCMAKE_PREFIX_PATH=/usr/local -DCMAKE_INSTALL_PREFIX=/usr/local .. && \
ninja install && \
cd ../build-msan && \
CC=clang-10 CFLAGS="-fPIC -fsanitize=memory -fno-optimize-sibling-calls -fsanitize-memory-track-origins=2 -fno-omit-frame-pointer" LDFLAGS="-fsanitize=memory" cmake -G Ninja -DBUILD_SHARED_LIBS=ON -DCRYPTO_BACKEND=mbedTLS -DCMAKE_PREFIX_PATH=/usr/local/msan -DCMAKE_INSTALL_PREFIX=/usr/local/msan .. && \
...
...
ci/docker/xenial
View file @
edeec76a
...
...
@@ -53,12 +53,12 @@ RUN cd /tmp && \
FROM mbedtls AS libssh2
RUN cd /tmp && \
curl --location --silent --show-error https://www.libssh2.org/download/libssh2-1.
8.2
.tar.gz | tar -xz && \
cd libssh2-1.
8.2
&& \
CFLAGS=-fPIC cmake -G Ninja -DBUILD_SHARED_LIBS=ON
-DCRYPTO_BACKEND=Libgcrypt
. && \
curl --location --silent --show-error https://www.libssh2.org/download/libssh2-1.
11.0
.tar.gz | tar -xz && \
cd libssh2-1.
11.0
&& \
CFLAGS=-fPIC cmake -G Ninja -DBUILD_SHARED_LIBS=ON . && \
ninja install && \
cd .. && \
rm -rf libssh2-1.
8.2
rm -rf libssh2-1.
11.0
FROM libssh2 AS valgrind
RUN cd /tmp && \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment