Skip to content

Commit fe1d9e3

Browse files
committed
CircleCI: build Talos 2 board
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
1 parent f091c62 commit fe1d9e3

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ commands:
1212
name: Install dependencies
1313
command: |
1414
apt update
15-
apt install -y build-essential zlib1g-dev uuid-dev libdigest-sha-perl libelf-dev bc bzip2 bison flex git gnupg iasl m4 nasm patch python python2 python3 wget gnat cpio ccache pkg-config cmake libusb-1.0-0-dev autoconf texinfo ncurses-dev doxygen graphviz udev libudev1 libudev-dev automake libtool rsync innoextract
15+
apt install -y build-essential zlib1g-dev uuid-dev libdigest-sha-perl libelf-dev bc bzip2 bison flex git gnupg iasl m4 nasm patch python python2 python3 wget gnat cpio ccache pkg-config cmake libusb-1.0-0-dev autoconf texinfo ncurses-dev doxygen graphviz udev libudev1 libudev-dev automake libtool rsync innoextract libssl-dev device-tree-compiler u-boot-tools
1616
- run:
1717
name: Make Board
1818
command: |
@@ -196,10 +196,18 @@ workflows:
196196
requires:
197197
- kgpe-d16_workstation
198198

199+
# Coreboot for Talos
200+
- build_and_persist:
201+
name: talos-2
202+
arch: ppc64
203+
target: talos-2
204+
requires:
205+
- librem_mini
206+
199207

200208
- save_cache:
201209
requires:
202-
- librem_mini
210+
- talos-2
203211

204212
#
205213
#

0 commit comments

Comments
 (0)