CircleCI: build only for coreboot 4.13 and coreboot 4.11 boards. (TODO: change when 4.13 boards bumped to 4.14)

This commit is contained in:
Thierry Laurion 2021-10-21 11:56:08 -04:00 committed by tlaurion
parent 2d8d45c02e
commit 8d805e8d8f

View File

@ -172,7 +172,7 @@ workflows:
requires: requires:
- prep_env - prep_env
# Coreboot 4.14 # Coreboot 4.13
- build_and_persist: - build_and_persist:
name: x230-hotp-maximized name: x230-hotp-maximized
target: x230-hotp-maximized target: x230-hotp-maximized
@ -286,25 +286,12 @@ workflows:
requires: requires:
- x230-hotp-maximized - x230-hotp-maximized
- build:
name: librem_mini
target: librem_mini
requires:
- x230-hotp-maximized
- build: - build:
name: librem_l1um name: librem_l1um
target: librem_l1um target: librem_l1um
requires: requires:
- x230-hotp-maximized - x230-hotp-maximized
- build:
name: librem_mini_v2
target: librem_mini_v2
requires:
- x230-hotp-maximized
######################## ########################
######################## ########################
### OLD STUFF ### ### OLD STUFF ###