Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Commit

Permalink
.travis.yml: Enable ASAN
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Aug 14, 2018
1 parent 4c3fdc5 commit c09716c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: c
sudo: required

env:
- XCFLAGS="-g -fsanitize=address" XLDFLAGS=-fsanitize=address ASAN_OPTIONS=detect_leaks=0

install:
- curl https://sh.rustup.rs -sSf | sh -s -- -y
Expand All @@ -14,11 +18,6 @@ compiler:

matrix:
fast_finish: true
allow_failures:
# TODO: determine why clang build of "ristretto_gen_tables" SEGVs sporadically
# https://github.com/Ristretto/libristretto255/issues/24
- os: linux
compiler: clang
include:
# TODO: test (instead of just build) on OS X
# https://github.com/Ristretto/libristretto255/issues/19
Expand Down

0 comments on commit c09716c

Please sign in to comment.