Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Knot DNS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
22
Issues
22
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Knot projects
Knot DNS
Commits
1b56b9b9
Commit
1b56b9b9
authored
Sep 04, 2017
by
Ondřej Surý
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use llvm-symbolizer real path instead of /usr/bin symlink
parent
1559f330
Pipeline
#15757
passed with stages
in 10 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+4
-4
No files found.
.gitlab-ci.yml
View file @
1b56b9b9
...
...
@@ -176,7 +176,7 @@ build:debian:unstable:amd64:asan:
CC
:
clang-6.0
CFLAGS
:
"
-fsanitize=address
-g
-O2
-fno-omit-frame-pointer"
LDFLAGS
:
"
-fsanitize=address"
ASAN_SYMBOLIZER_PATH
:
/usr/
bin/llvm-symbolizer-6.0
ASAN_SYMBOLIZER_PATH
:
/usr/
lib/llvm-6.0/bin/llvm-symbolizer
LSAN_OPTIONS
:
verbosity=1:log_threads=1
allow_failure
:
true
<<
:
*debian_unstable
...
...
@@ -187,7 +187,7 @@ test:debian:unstable:amd64:asan:
CC
:
clang-6.0
CFLAGS
:
"
-fsanitize=address
-g
-O2"
LDFLAGS
:
"
-fsanitize=address"
ASAN_SYMBOLIZER_PATH
:
/usr/
bin/llvm-symbolizer-6.0
ASAN_SYMBOLIZER_PATH
:
/usr/
lib/llvm-6.0/bin/llvm-symbolizer
LSAN_OPTIONS
:
verbosity=1:log_threads=1
allow_failure
:
true
<<
:
*debian_unstable
...
...
@@ -200,7 +200,7 @@ build:debian:unstable:amd64:ubsan:
CC
:
clang-6.0
CFLAGS
:
"
-fsanitize=undefined
-fno-sanitize=nonnull-attribute
-g
-O2"
LDFLAGS
:
"
-fsanitize=undefined"
UBSAN_SYMBOLIZER_PATH
:
/usr/
bin/llvm-symbolizer-6.0
UBSAN_SYMBOLIZER_PATH
:
/usr/
lib/llvm-6.0/bin/llvm-symbolizer
UBSAN_OPTIONS
:
print_stacktrace=1
allow_failure
:
true
<<
:
*debian_unstable
...
...
@@ -211,7 +211,7 @@ test:debian:unstable:amd64:ubsan:
CC
:
clang-6.0
CFLAGS
:
"
-fsanitize=undefined
-fno-sanitize=nonnull-attribute
-g
-O2"
LDFLAGS
:
"
-fsanitize=undefined"
UBSAN_SYMBOLIZER_PATH
:
/usr/
bin/llvm-symbolizer-6.0
UBSAN_SYMBOLIZER_PATH
:
/usr/
lib/llvm-6.0/bin/llvm-symbolizer
UBSAN_OPTIONS
:
print_stacktrace=1
allow_failure
:
true
<<
:
*debian_unstable
...
...
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