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
a79ef29e
Commit
a79ef29e
authored
Dec 19, 2023
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: reorder some parameters for cleanliness
parent
d0bb7eb7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
.github/workflows/main.yml
+8
-8
No files found.
.github/workflows/main.yml
View file @
a79ef29e
...
...
@@ -31,40 +31,40 @@ jobs:
platform
:
-
name
:
"
Linux
(Xenial,
GCC,
OpenSSL,
libssh2)"
id
:
xenial-gcc-openssl
os
:
ubuntu-latest
container
:
name
:
xenial
env
:
CC
:
gcc
CMAKE_GENERATOR
:
Ninja
CMAKE_OPTIONS
:
-DUSE_HTTPS=OpenSSL -DREGEX_BACKEND=builtin -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON -DUSE_SSH=libssh2 -DDEBUG_STRICT_ALLOC=ON -DDEBUG_STRICT_OPEN=ON
os
:
ubuntu-latest
-
name
:
Linux (Xenial, GCC, mbedTLS, OpenSSH)
id
:
xenial-gcc-mbedtls
os
:
ubuntu-latest
container
:
name
:
xenial
env
:
CC
:
gcc
CMAKE_GENERATOR
:
Ninja
CMAKE_OPTIONS
:
-DUSE_HTTPS=mbedTLS -DUSE_SHA1=HTTPS -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON -DUSE_SSH=exec
os
:
ubuntu-latest
-
name
:
"
Linux
(Xenial,
Clang,
OpenSSL,
OpenSSH)"
id
:
xenial-clang-openssl
os
:
ubuntu-latest
container
:
name
:
xenial
env
:
CC
:
clang
CMAKE_GENERATOR
:
Ninja
CMAKE_OPTIONS
:
-DUSE_HTTPS=OpenSSL -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON -DUSE_SSH=exec
os
:
ubuntu-latest
-
name
:
"
Linux
(Xenial,
Clang,
mbedTLS,
libssh2)"
id
:
xenial-clang-mbedtls
os
:
ubuntu-latest
container
:
name
:
xenial
env
:
CC
:
clang
CMAKE_OPTIONS
:
-DUSE_HTTPS=mbedTLS -DUSE_SHA1=HTTPS -DREGEX_BACKEND=pcre -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON -DUSE_SSH=libssh2
CMAKE_GENERATOR
:
Ninja
os
:
ubuntu-latest
-
name
:
"
macOS"
id
:
macos
os
:
macos-12
...
...
@@ -142,6 +142,7 @@ jobs:
os
:
ubuntu-latest
-
name
:
"
Sanitizer
(UndefinedBehavior)"
id
:
ubsanitizer
os
:
ubuntu-latest
container
:
name
:
focal
env
:
...
...
@@ -153,9 +154,9 @@ jobs:
SKIP_NEGOTIATE_TESTS
:
true
ASAN_SYMBOLIZER_PATH
:
/usr/bin/llvm-symbolizer-10
UBSAN_OPTIONS
:
print_stacktrace=1
os
:
ubuntu-latest
-
name
:
"
Sanitizer
(Thread)"
id
:
threadsanitizer
os
:
ubuntu-latest
container
:
name
:
focal
env
:
...
...
@@ -168,21 +169,21 @@ jobs:
ASAN_SYMBOLIZER_PATH
:
/usr/bin/llvm-symbolizer-10
UBSAN_OPTIONS
:
print_stacktrace=1
TSAN_OPTIONS
:
suppressions=/home/libgit2/source/script/thread-sanitizer.supp second_deadlock_stack=1
os
:
ubuntu-latest
# Experimental: SHA256 support
-
name
:
"
Linux
(SHA256,
Xenial,
Clang,
OpenSSL)"
id
:
xenial-clang-openssl
os
:
ubuntu-latest
container
:
name
:
xenial
env
:
CC
:
clang
CMAKE_GENERATOR
:
Ninja
CMAKE_OPTIONS
:
-DUSE_HTTPS=OpenSSL -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON -DUSE_SSH=ON -DEXPERIMENTAL_SHA256=ON
os
:
ubuntu-latest
-
name
:
"
macOS
(SHA256)"
id
:
macos
os
:
macos-12
setup-script
:
osx
env
:
CC
:
clang
CMAKE_OPTIONS
:
-DREGEX_BACKEND=regcomp_l -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=leaks -DUSE_GSSAPI=ON -DEXPERIMENTAL_SHA256=ON
...
...
@@ -190,7 +191,6 @@ jobs:
PKG_CONFIG_PATH
:
/usr/local/opt/openssl/lib/pkgconfig
SKIP_SSH_TESTS
:
true
SKIP_NEGOTIATE_TESTS
:
true
setup-script
:
osx
-
name
:
"
Windows
(SHA256,
amd64,
Visual
Studio)"
id
:
windows-amd64-vs
os
:
windows-2019
...
...
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