From fdf08f9c4d25c8d38ce2bdbaf1fde2441a86cd3e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 18 Apr 2024 11:02:31 +0300 Subject: [PATCH] Change -j3 to -j2 to avoid Drone issues with endian_operations_test --- .drone/drone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone/drone.sh b/.drone/drone.sh index 713f4a4..2a8325b 100755 --- a/.drone/drone.sh +++ b/.drone/drone.sh @@ -24,4 +24,4 @@ python tools/boostdep/depinst/depinst.py $LIBRARY ./b2 -d0 headers echo "using $TOOLSET : : $COMPILER ;" > ~/user-config.jam -./b2 -j3 libs/$LIBRARY/test toolset=$TOOLSET cxxstd=$CXXSTD variant=debug,release ${ADDRMD:+address-model=$ADDRMD} ${UBSAN:+undefined-sanitizer=norecover debug-symbols=on} ${ASAN:+address-sanitizer=norecover debug-symbols=on} ${LINKFLAGS:+linkflags=$LINKFLAGS} +./b2 -j2 libs/$LIBRARY/test toolset=$TOOLSET cxxstd=$CXXSTD variant=debug,release ${ADDRMD:+address-model=$ADDRMD} ${UBSAN:+undefined-sanitizer=norecover debug-symbols=on} ${ASAN:+address-sanitizer=norecover debug-symbols=on} ${LINKFLAGS:+linkflags=$LINKFLAGS}