Skip to content

Commit f8f7d91

Browse files
committed
test: remove Cirrus CI FreeBSD job
This has been removed from the master branch, and always seems to fail at the installing packages phase. i.e: ```bash pkg install -y autoconf automake boost-libs git gmake libevent libtool pkgconf python3 ccache Updating FreeBSD repository catalogue... Fetching meta.txz: . done pkg: repository meta /var/db/pkg/FreeBSD.meta has wrong version 2 repository FreeBSD has no meta file, using default settings Fetching packagesite.txz: .......... done pkg: repository meta /var/db/pkg/FreeBSD.meta has wrong version 2 pkg: Repository FreeBSD load error: meta cannot be loaded No error: 0 Unable to open created repository FreeBSD Unable to update repository FreeBSD Error updating repositories! Exit status: 3 ``` Github-Pull: #19224 Rebased-From: e7f06f9
1 parent b7e16a8 commit f8f7d91

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.cirrus.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,3 @@
1-
task:
2-
name: "FreeBsd 12.0 amd64 [GOAL: install] [no depends, only system libs]"
3-
freebsd_instance:
4-
image: freebsd-12-0-release-amd64
5-
cpu: 8
6-
memory: 8G
7-
timeout_in: 60m
8-
env:
9-
MAKEJOBS: "-j9"
10-
CONFIGURE_OPTS: "--disable-dependency-tracking"
11-
GOAL: "install"
12-
TEST_RUNNER_PORT_MIN: "14000" # Must be larger than 12321, which is used for the http cache. See https://cirrus-ci.org/guide/writing-tasks/#http-cache
13-
CCACHE_SIZE: "200M"
14-
CCACHE_COMPRESS: 1
15-
CCACHE_DIR: "/tmp/ccache_dir"
16-
ccache_cache:
17-
folder: "/tmp/ccache_dir"
18-
install_script:
19-
- pkg install -y autoconf automake boost-libs git gmake libevent libtool openssl pkgconf python3 ccache
20-
- ./contrib/install_db4.sh $(pwd)
21-
- ccache --max-size=${CCACHE_SIZE}
22-
configure_script:
23-
- ./autogen.sh
24-
- ./configure ${CONFIGURE_OPTS} BDB_LIBS="-L$(pwd)/db4/lib -ldb_cxx-4.8" BDB_CFLAGS="-I$(pwd)/db4/include" || ( cat config.log && false)
25-
make_script:
26-
- gmake ${MAKEJOBS} ${GOAL} || ( echo "Build failure. Verbose build follows." && gmake ${GOAL} V=1 ; false )
27-
check_script:
28-
- gmake check ${MAKEJOBS} VERBOSE=1
29-
functional_test_script:
30-
- ./test/functional/test_runner.py --jobs 9 --ci --extended --exclude feature_dbcrash --combinedlogslen=1000 --quiet --failfast
311
task:
322
name: "x86_64 Linux [GOAL: install] [bionic] [Using ./ci/ system]"
333
container:

0 commit comments

Comments
 (0)