From f397147c450302b7b809e06489dc31af793a3583 Mon Sep 17 00:00:00 2001 From: Ronald G Minnich Date: Wed, 23 Oct 2024 23:28:46 -0700 Subject: [PATCH] remove deleted boards from CI remove workaround for no longer supported tyan board Signed-off-by: Ronald G Minnich --- .github/workflows/ci.yml | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 773a020..8dd39e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,29 +33,14 @@ jobs: # The `${{ matrix.mainboard }}` variable is replaced with each of these. mainboard: # '-' is used instead of '/' due to restrictions on artifact upload. + - aeeon-i11 - aeeon-up - - aeeon-upxtreme - - amd-rome - ampere-jade - - bytedance-g220a - - cubie-board - - digitalloggers-atomicpi - - hpe-dl360gen10 - intel-generic - - intel-hw - - intel-minplatform - intel-s2600 - - lenovo-hr630 - - lenovo-sr630 - - lenovo-thinkpad - - marvel-macchiatobin - - opentitanpilot-dresden - - pcengines-apu - - pcengines-apu2 - # - seeed-beaglev # FIXME: broken due to upstream sources gone - - slimboot - - st-st32mp1517c - - tyan7106 + - qemu-x86_64 + - rvboards-d1 + - sunxi-nezha - qemu-x86_64 - walmart-robot @@ -78,12 +63,6 @@ jobs: set -ex 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 - # 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 - name: Make ${{ matrix.mainboard }} kernel run: |