Skip to content

Commit 3344fb3

Browse files
committed
[CI] Remove Ubuntu 16.04 from GA workflow, has been deprecated by GA and will be removed on September 20, 2021.
Moved cmake workflow using Ubuntu 16.04 to Ubuntu 18.04. Github-Pull: #2413 Rebased-From: f3fe9b3
1 parent b5a8638 commit 3344fb3

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

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

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
matrix:
7373
config:
7474
- name: Linux
75-
os: ubuntu-16.04
76-
packages: python3-zmq qtbase5-dev qttools5-dev-tools libqt5svg5-dev libssl-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev libdb5.3++-dev libminiupnpc-dev libzmq3-dev libprotobuf-dev protobuf-compiler libqrencode-dev libgmp-dev libsodium-dev cargo
75+
os: ubuntu-18.04
76+
packages: python3-zmq qttools5-dev qtbase5-dev qttools5-dev-tools libqt5svg5-dev libqt5charts5-dev libssl-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev libdb5.3++-dev libminiupnpc-dev libzmq3-dev libprotobuf-dev protobuf-compiler libqrencode-dev libgmp-dev libsodium-dev cargo
7777
cc: gcc
7878
cxx: g++
7979

@@ -295,17 +295,6 @@ jobs:
295295
test_runner_extra: "--legacywallet"
296296
BITCOIN_CONFIG: "--enable-zmq --with-gui=no --enable-glibc-back-compat --enable-reduce-exports --disable-online-rust"
297297

298-
- name: x86_64 Linux [GOAL:install] [xenial] [no depends only system libs]
299-
os: ubuntu-16.04
300-
host: x86_64-unknown-linux-gnu
301-
apt_get: python3-zmq qtbase5-dev qttools5-dev-tools libqt5svg5-dev libssl-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev libdb5.3++-dev libminiupnpc-dev libzmq3-dev libprotobuf-dev protobuf-compiler libqrencode-dev libgmp-dev libsodium-dev cargo
302-
unit_tests: true
303-
functional_tests: true
304-
no_depends: 1
305-
goal: install
306-
test_runner_extra: "--all --exclude feature_dbcrash"
307-
BITCOIN_CONFIG: "--enable-zmq --with-incompatible-bdb --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER --disable-hardening --disable-asm"
308-
309298
- name: x86_64 Linux [GOAL:install] [bionic] [no depends only system libs]
310299
os: ubuntu-18.04
311300
host: x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)