Skip to content

Commit

Permalink
[ot] .github: update CI configuration for Darjeeling & Earlgrey
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Blot <[email protected]>
  • Loading branch information
rivos-eblot committed Feb 8, 2024
1 parent 0540323 commit 8d245c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,9 @@ jobs:
- name: Check execution
run: |
clang-format-16 -i \
include/hw/opentitan/*.h hw/opentitan/*.c \
include/hw/riscv/ot_*.h hw/riscv/ot_*.c \
include/hw/riscv/ibex*.h hw/riscv/ibex*.c \
target/riscv/ibex_csr.c
hw/opentitan/*.c hw/opentitan/*.h include/hw/opentitan/*.h \
hw/riscv/ibex*.c include/hw/riscv/ibex*.h target/riscv/ibex*.c \
hw/riscv/ot_*.c include/hw/riscv/ot_*.h
lint-clang:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -130,6 +129,7 @@ jobs:
- name: Check Darjeeling VM execution
run: |
timeout -s KILL 4 ./qemu-system-riscv32 -M ot-darjeeling,no_epmp_cfg=true -nographic \
-global ot-ibex_wrapper-dj.lc-ignore=on \
-object ot-rom-img,id=rom0,file=exit_dj.bin,digest=fake,addr=0x8080 -d in_asm,int
build-gcc:
Expand Down

0 comments on commit 8d245c3

Please sign in to comment.