Skip to content

Commit

Permalink
CircleCI: build Talos 2 board
Browse files Browse the repository at this point in the history
Signed-off-by: Sergii Dmytruk <[email protected]>
  • Loading branch information
SergiiDmytruk committed Jul 19, 2021
1 parent c0ff0d5 commit 586ddd0
Showing 1 changed file with 29 additions and 21 deletions.
50 changes: 29 additions & 21 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ commands:
name: Install dependencies
command: |
apt update
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
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
- run:
name: Make Board
command: |
Expand Down Expand Up @@ -196,10 +196,18 @@ workflows:
requires:
- kgpe-d16_workstation

# Coreboot for Talos
- build_and_persist:
name: talos-2
arch: ppc64
target: talos-2
requires:
- librem_mini


- save_cache:
requires:
- librem_mini
- talos-2

#
#
Expand All @@ -211,115 +219,115 @@ workflows:
name: x220-hotp-maximized
target: x220-hotp-maximized
requires:
- librem_mini
- talos-2

- build:
name: x220-maximized
target: x220-maximized
requires:
- librem_mini
- talos-2

- build:
name: t420-hotp-maximized
target: t420-hotp-maximized
requires:
- librem_mini
- talos-2

- build:
name: t420-maximized
target: t420-maximized
requires:
- librem_mini
- talos-2

- build:
name: x230-flash
target: x230-flash
requires:
- librem_mini
- talos-2

- build:
name: t430-flash
target: t430-flash
requires:
- librem_mini
- talos-2

- build:
name: t430
target: t430
requires:
- librem_mini
- talos-2

- build:
name: x230
target: x230
requires:
- librem_mini
- talos-2

- build:
name: x230-hotp-verification
target: x230-hotp-verification
requires:
- librem_mini
- talos-2

- build:
name: x230-maximized
target: x230-maximized
requires:
- librem_mini
- talos-2

- build:
name: t430-hotp-maximized
target: t430-hotp-maximized
requires:
- librem_mini
- talos-2

- build:
name: x230-hotp-maximized
target: x230-hotp-maximized
requires:
- librem_mini
- talos-2

- build:
name: t430-maximized
target: t430-maximized
requires:
- librem_mini
- talos-2

- build:
name: qemu-coreboot-fbwhiptail
target: qemu-coreboot-fbwhiptail
requires:
- librem_mini
- talos-2

- build:
name: kgpe-d16_workstation-usb_keyboard
target: kgpe-d16_workstation-usb_keyboard
requires:
- librem_mini
- talos-2

- build:
name: kgpe-d16_server
target: kgpe-d16_server
requires:
- librem_mini
- talos-2

- build:
name: kgpe-d16_server-whiptail
target: kgpe-d16_server-whiptail
requires:
- librem_mini
- talos-2

- build:
name: librem_l1um
target: librem_l1um
requires:
- librem_mini
- talos-2

- build:
name: librem_mini_v2
target: librem_mini_v2
requires:
- librem_mini
- talos-2


########################
Expand Down

0 comments on commit 586ddd0

Please sign in to comment.