File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
name : " FreeBsd 12.0 amd64 [GOAL: install] [no depends, only system libs]"
3
3
freebsd_instance :
4
4
image : freebsd-12-0-release-amd64
5
- ccache_cache :
6
- folder : " /tmp/ccache_dir"
5
+ cpu : 8
6
+ memory : 8G
7
+ timeout_in : 60m
7
8
env :
8
- MAKEJOBS : " -j3 "
9
+ MAKEJOBS : " -j9 "
9
10
CONFIGURE_OPTS : " --disable-dependency-tracking"
10
11
GOAL : " install"
11
12
CCACHE_SIZE : " 200M"
12
13
CCACHE_COMPRESS : 1
13
14
CCACHE_DIR : " /tmp/ccache_dir"
15
+ ccache_cache :
16
+ folder : " /tmp/ccache_dir"
14
17
install_script :
15
18
- pkg install -y autoconf automake boost-libs git gmake libevent libtool openssl pkgconf python3 ccache
16
19
- ./contrib/install_db4.sh $(pwd)
23
26
check_script :
24
27
- gmake check ${MAKEJOBS} VERBOSE=1
25
28
functional_test_script :
26
- - ./test/functional/test_runner.py --ci --combinedlogslen=1000 --quiet --failfast
29
+ - ./test/functional/test_runner.py --jobs 9 --ci --extended --exclude feature_dbcrash --combinedlogslen=1000 --quiet --failfast
You can’t perform that action at this time.
0 commit comments