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
abd8142c
Unverified
Commit
abd8142c
authored
Sep 21, 2021
by
Edward Thomson
Committed by
GitHub
Sep 21, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6064 from libgit2/ethomson/ci_libssh2
ci: pull libssh2 from
www.libssh2.org
parents
5ea2966d
825dd544
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
6 deletions
+4
-6
ci/docker/centos7
+1
-1
ci/docker/centos8
+1
-1
ci/docker/focal
+1
-2
ci/docker/xenial
+1
-2
No files found.
ci/docker/centos7
View file @
abd8142c
...
...
@@ -18,7 +18,7 @@ RUN yum install -y \
FROM yum AS libssh2
RUN cd /tmp && \
curl
https://
libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \
curl
--location --silent --show-error https://www.
libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \
cd libssh2-1.8.0 && \
./configure && \
make && \
...
...
ci/docker/centos8
View file @
abd8142c
...
...
@@ -20,7 +20,7 @@ RUN yum install -y \
FROM yum AS libssh2
RUN cd /tmp && \
curl
https://
libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \
curl
--location --silent --show-error https://www.
libssh2.org/download/libssh2-1.8.0.tar.gz | tar -xz && \
cd libssh2-1.8.0 && \
./configure && \
make && \
...
...
ci/docker/focal
View file @
abd8142c
...
...
@@ -49,8 +49,7 @@ RUN cd /tmp && \
FROM mbedtls AS libssh2
RUN cd /tmp && \
curl --insecure --location --silent --show-error https://www.libssh2.org/download/libssh2-1.9.0.tar.gz | \
tar -xz && \
curl --location --silent --show-error https://www.libssh2.org/download/libssh2-1.9.0.tar.gz | tar -xz && \
cd libssh2-1.9.0 && \
mkdir build build-msan && \
cd build && \
...
...
ci/docker/xenial
View file @
abd8142c
...
...
@@ -41,8 +41,7 @@ RUN cd /tmp && \
FROM mbedtls AS libssh2
RUN cd /tmp && \
curl --insecure --location --silent --show-error https://www.libssh2.org/download/libssh2-1.8.2.tar.gz | \
tar -xz && \
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 . && \
ninja install && \
...
...
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