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
ecdb41f9
Commit
ecdb41f9
authored
Aug 17, 2021
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: update centos to find libssh2
parent
3f02b5b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
.github/workflows/nightly.yml
+3
-1
ci/docker/centos8
+2
-0
No files found.
.github/workflows/nightly.yml
View file @
ecdb41f9
...
...
@@ -112,15 +112,17 @@ jobs:
name
:
centos7
env
:
CMAKE_OPTIONS
:
-DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
PKG_CONFIG_PATH
:
/usr/local/lib/pkgconfig
SKIP_NEGOTIATE_TESTS
:
true
BUILD_PATH
:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
os
:
ubuntu-latest
-
# CentOS 8
container
:
name
:
centos8
env
:
CMAKE_OPTIONS
:
-DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
PKG_CONFIG_PATH
:
/usr/local/lib/pkgconfig
SKIP_NEGOTIATE_TESTS
:
true
SKIP_SSH_TESTS
:
true
os
:
ubuntu-latest
-
# macOS
os
:
macos-10.15
...
...
ci/docker/centos8
View file @
ecdb41f9
...
...
@@ -44,3 +44,5 @@ RUN useradd --shell /bin/bash libgit2 --create-home
FROM adduser AS configure
ENV PKG_CONFIG_PATH /usr/local/lib/pkgconfig
RUN mkdir /var/run/sshd
RUN echo "/usr/local/lib" > /etc/ld.so.conf.d/local && \
ldconfig
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