Skip to content

Commit

Permalink
Merge pull request #20970 from apple/shahmishal/tensorflow
Browse files Browse the repository at this point in the history
[Preset] Add new preset to enable ASan
  • Loading branch information
shahmishal committed Dec 3, 2018
2 parents 9b49c78 + 6400c3f commit 86f99de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions utils/build-presets.ini
Expand Up @@ -1917,3 +1917,9 @@ stress-test
[preset: tensorflow_test,gpu]
mixin-preset=tensorflow_test
enable-tensorflow-gpu

# Enables Tensorflow with ASan support, and runs all the Swift tests, except for
# long tests. Sets certain flags that are necessary for tests to pass.
[preset: tensorflow_test,asan]
mixin-preset=tensorflow_test
enable-asan

0 comments on commit 86f99de

Please sign in to comment.