Skip to content

Commit

Permalink
Travis CI: Test with configure --enable-rwlock on FreeBSD and OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Oct 13, 2023
1 parent 1a0c94c commit 242a3a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
compiler: gcc
env:
- CFLAGS_EXTRA="-O3 -D _FORTIFY_SOURCE=2"
- CONF_OPTIONS="--enable-cplusplus --enable-gc-assertions"
- CONF_OPTIONS="--enable-cplusplus --enable-gc-assertions --enable-rwlock"
- MAKE_NPROC=8
- NO_CLONE_LIBATOMIC_OPS=true
- os: freebsd
Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
- os: osx
env:
- CFLAGS_EXTRA="-D TEST_HANDLE_FORK"
- CONF_OPTIONS="--enable-cplusplus --disable-shared --enable-static"
- CONF_OPTIONS="--enable-cplusplus --disable-shared --enable-rwlock --enable-static"
- os: osx
env:
- CONF_OPTIONS="--enable-large-config --enable-cplusplus --disable-handle-fork"
Expand Down

0 comments on commit 242a3a7

Please sign in to comment.