remove deleted boards from CI

remove workaround for no longer supported tyan board

Signed-off-by: Ronald G Minnich <rminnich@gmail.com>
This commit is contained in:
Ronald G Minnich 2024-10-23 23:28:46 -07:00 committed by Daniel Maslowski
parent 88a34046a0
commit f397147c45

View File

@ -33,29 +33,14 @@ jobs:
# The `${{ matrix.mainboard }}` variable is replaced with each of these. # The `${{ matrix.mainboard }}` variable is replaced with each of these.
mainboard: mainboard:
# '-' is used instead of '/' due to restrictions on artifact upload. # '-' is used instead of '/' due to restrictions on artifact upload.
- aeeon-i11
- aeeon-up - aeeon-up
- aeeon-upxtreme
- amd-rome
- ampere-jade - ampere-jade
- bytedance-g220a
- cubie-board
- digitalloggers-atomicpi
- hpe-dl360gen10
- intel-generic - intel-generic
- intel-hw
- intel-minplatform
- intel-s2600 - intel-s2600
- lenovo-hr630 - qemu-x86_64
- lenovo-sr630 - rvboards-d1
- lenovo-thinkpad - sunxi-nezha
- marvel-macchiatobin
- opentitanpilot-dresden
- pcengines-apu
- pcengines-apu2
# - seeed-beaglev # FIXME: broken due to upstream sources gone
- slimboot
- st-st32mp1517c
- tyan7106
- qemu-x86_64 - qemu-x86_64
- walmart-robot - walmart-robot
@ -78,12 +63,6 @@ jobs:
set -ex set -ex
sudo apt-get update sudo apt-get update
sudo apt-get install gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi{,hf} gcc-riscv64-linux-gnu libelf-dev u-boot-tools sudo apt-get install gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi{,hf} gcc-riscv64-linux-gnu libelf-dev u-boot-tools
# TODO: This is a temporary workaround, need to streamline key handling
- name: Fake SSH keys to pass builds
run: |
mkdir ~/.ssh && touch ~/.ssh/cpu_rsa.pub
touch mainboards/tyan7106/key.pub
touch mainboards/tyan7106/ssh_host_rsa_key
# Runs a set of commands using the runners shell # Runs a set of commands using the runners shell
- name: Make ${{ matrix.mainboard }} kernel - name: Make ${{ matrix.mainboard }} kernel
run: | run: |