Skip to content

Commit

Permalink
fix structure
Browse files Browse the repository at this point in the history
  • Loading branch information
el-ev committed Jan 13, 2025
1 parent 1738e13 commit a4c82fe
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 15 deletions.
16 changes: 9 additions & 7 deletions .github/ci.yaml → .github/workflows/vf2-firmware.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: vf2-firmware

-- once a week
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
schedule:
- cron: '0 0 * * 0'

Expand All @@ -18,13 +17,16 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Pull submodules
run: git submodule update --init --recursive --depth=1
- name: Pull repositories
run: |
git clone --depth 1 https://github.com/riscv-software-src/opensbi.git
git clone --depth 1 https://github.com/u-boot/u-boot.git
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y riscv64-unknown-linux-gnu-gcc
wget https://toolchains.bootlin.com/downloads/releases/toolchains/riscv64-lp64d/tarballs/riscv64-lp64d--glibc--bleeding-edge-2024.05-1.tar.xz
tar -xf riscv64-lp64d--glibc--bleeding-edge-2024.05-1.tar.xz
export PATH=$PWD/riscv64-lp64d--glibc--bleeding-edge-2024.05-1/bin:$PATH
- name: Build OpenSBI
run: |
Expand Down
6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion opensbi
Submodule opensbi deleted from bd613d
1 change: 0 additions & 1 deletion u-boot
Submodule u-boot deleted from bc157b

0 comments on commit a4c82fe

Please sign in to comment.