Skip to content

Commit f7d88f5

Browse files
committed
Define ARENA_DEBUG in GA test runs
The definition and uses of Arena::walk() are compiled only if ARENA_DEBUG is defined. Configure Travis to define ARENA_DEBUG so compilation errors do not go unnoticed.
1 parent cae2e13 commit f7d88f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ jobs:
307307
unit_tests: true
308308
no_depends: 1
309309
goal: install
310-
BITCOIN_CONFIG: "--enable-zmq --with-incompatible-bdb --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER"
310+
BITCOIN_CONFIG: "--enable-zmq --with-incompatible-bdb --with-gui=qt5 CPPFLAGS='-DARENA_DEBUG -DDEBUG_LOCKORDER'"
311311

312312
- name: macOS 10.12 [GOAL:deploy] [no functional tests]
313313
os: ubuntu-18.04

0 commit comments

Comments
 (0)