Skip to content

Commit

Permalink
[ot] .github/workflows: disable Darjeeling build and test
Browse files Browse the repository at this point in the history
We have broken Darjeeling functionally with changes to Earl Grey. We
will have to resolve the errors later, but for now it's not the focus.
  • Loading branch information
jwnrt committed Dec 13, 2024
1 parent 74f3295 commit 069bc00
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@ jobs:
run: |
timeout -s KILL 4 ./qemu-system-riscv32 -M ot-earlgrey,no_epmp_cfg=true -nographic \
-object ot-rom_img,id=rom,file=exit_eg.bin -d in_asm,int
- 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 -d in_asm,int
build-gcc:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 069bc00

Please sign in to comment.