Skip to content

Commit

Permalink
ci: Drop linux-32bit-ubsan build config
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Nov 4, 2019
1 parent f6a9033 commit 9c53bb7
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,19 +192,6 @@ jobs:
- *build
- *test

linux-32bit-ubsan:
environment:
- BUILD_PARALLEL_JOBS: 2
- CMAKE_OPTIONS: -DTOOLCHAIN=cxx11-32bit -DSANITIZE=undefined
- UBSAN_OPTIONS: halt_on_error=1
executor: linux
steps:
- checkout
- *install-m32
- *configure
- *build
- *test

mips64:
environment:
- BUILD_PARALLEL_JOBS: 2
Expand Down Expand Up @@ -353,7 +340,6 @@ workflows:
- linux-clang-ubsan
- linux-clang-asan
- linux-32bit-asan
- linux-32bit-ubsan
- mips64
- powerpc64
- macos-xcode-tsan
Expand Down

0 comments on commit 9c53bb7

Please sign in to comment.