File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,3 +163,12 @@ task:
163163# env:
164164# << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
165165# FILE_ENV: "./ci/test/00_setup_env_native_nowallet.sh"
166+
167+ task :
168+ name : ' [depends] [focal]'
169+ << : *GLOBAL_TASK_TEMPLATE
170+ container :
171+ image : ubuntu:focal
172+ env :
173+ << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
174+ FILE_ENV : " ./ci/test/00_setup_env_native_plain.sh"
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+ #
3+ # Copyright (c) 2020 The Bitcoin Core developers
4+ # Distributed under the MIT software license, see the accompanying
5+ # file COPYING or http://www.opensource.org/licenses/mit-license.php.
6+
7+ export LC_ALL=C.UTF-8
8+
9+ export CONTAINER_NAME=ci_native_plain
10+ export DOCKER_NAME_TAG=ubuntu:20.04
11+ export GOAL=" install"
12+ export BITCOIN_CONFIG=" --disable-tests --disable-bench" # Use clang to avoid OOM
13+
14+ # disabled until unit & functional tests are fully ported
15+ export RUN_UNIT_TESTS=false
16+ export RUN_FUNCTIONAL_TESTS=false
You can’t perform that action at this time.
0 commit comments