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
5ad53ec7
Commit
5ad53ec7
authored
Aug 15, 2021
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: update centos builds
parent
1ebdb6f2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
.github/workflows/nightly.yml
+2
-0
ci/docker/centos7
+0
-1
No files found.
.github/workflows/nightly.yml
View file @
5ad53ec7
...
...
@@ -112,6 +112,7 @@ jobs:
name
:
centos7
env
:
CMAKE_OPTIONS
:
-DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
SKIP_NEGOTIATE_TESTS
:
true
BUILD_PATH
:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
os
:
ubuntu-latest
-
# CentOS 8
...
...
@@ -119,6 +120,7 @@ jobs:
name
:
centos8
env
:
CMAKE_OPTIONS
:
-DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
SKIP_NEGOTIATE_TESTS
:
true
os
:
ubuntu-latest
-
# macOS
os
:
macos-10.15
...
...
ci/docker/centos7
View file @
5ad53ec7
...
...
@@ -4,7 +4,6 @@ RUN yum install -y \
which \
git \
libarchive \
cmake \
gcc \
gcc-c++ \
make \
...
...
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