Skip to content

Commit

Permalink
ci: Enable ASan, qemu Release build
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jun 2, 2022
1 parent 2e26d2b commit 335cf76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ jobs:
- checkout
- build:
build_type: RelWithDebInfo
cmake_options: -DENABLE_ASSERTIONS=ON
# cmake_options: -DENABLE_ASSERTIONS=ON -DSANITIZE=address,undefined,nullability,implicit-unsigned-integer-truncation,implicit-signed-integer-truncation
# cmake_options: -DENABLE_ASSERTIONS=ON
cmake_options: -DENABLE_ASSERTIONS=ON -DSANITIZE=address
- test
- benchmark:
min_time: "0.01"
Expand Down Expand Up @@ -531,7 +531,7 @@ jobs:
- install_testfloat
- checkout
- build:
build_type: Debug
build_type: Release
cmake_options: -DCMAKE_TOOLCHAIN_FILE=~/project/cmake/toolchains/arm64-linux.cmake
- test
# TODO: Enable spectests
Expand Down

0 comments on commit 335cf76

Please sign in to comment.