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
85af7f21
Commit
85af7f21
authored
Mar 04, 2021
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: enable UBSan stacktraces
parent
7eb21516
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
.github/workflows/main.yml
+4
-0
No files found.
.github/workflows/main.yml
View file @
85af7f21
...
...
@@ -123,6 +123,7 @@ jobs:
SKIP_SSH_TESTS
:
true
SKIP_NEGOTIATE_TESTS
:
true
ASAN_SYMBOLIZER_PATH
:
/usr/bin/llvm-symbolizer-10
UBSAN_OPTIONS
:
print_stacktrace=1
os
:
ubuntu-latest
-
# Focal, Clang 10, OpenSSL, UndefinedBehaviorSanitizer
container
:
...
...
@@ -135,6 +136,7 @@ jobs:
SKIP_SSH_TESTS
:
true
SKIP_NEGOTIATE_TESTS
:
true
ASAN_SYMBOLIZER_PATH
:
/usr/bin/llvm-symbolizer-10
UBSAN_OPTIONS
:
print_stacktrace=1
os
:
ubuntu-latest
-
# Focal, Clang 10, OpenSSL, ThreadSanitizer
container
:
...
...
@@ -147,6 +149,7 @@ jobs:
SKIP_SSH_TESTS
:
true
SKIP_NEGOTIATE_TESTS
:
true
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
-
# macOS
...
...
@@ -242,6 +245,7 @@ jobs:
-e SKIP_NEGOTIATE_TESTS \
-e SKIP_SSH_TESTS \
-e TSAN_OPTIONS \
-e UBSAN_OPTIONS \
${{ env.docker-registry-container-sha }} \
/bin/bash -c "mkdir build && cd build && ../ci/build.sh && ../ci/test.sh"
else
...
...
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