Skip to content

Commit 5c5fe4f

Browse files
orangecmsrminnich
authored andcommitted
CI: touch SSH pub key files to make build pass
Signed-off-by: Daniel Maslowski <info@orangecms.org>
1 parent e912c40 commit 5c5fe4f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ jobs:
8080
set -ex
8181
sudo apt-get update
8282
sudo apt-get install gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi{,hf} libelf-dev u-boot-tools
83+
# TODO: This is a temporary workaround, need to streamline key handling
84+
- name: Fake SSH keys to pass builds
85+
run: |
86+
mkdir ~/.ssh && touch ~/.ssh/cpu_rsa.pub
87+
touch mainboards/tyan7106/key.pub
88+
touch mainboards/tyan7106/ssh_host_rsa_key
8389
# Runs a set of commands using the runners shell
8490
- name: Make ${{ matrix.mainboard }} kernel
8591
run: |

0 commit comments

Comments
 (0)