Sfoglia il codice sorgente

fix oor branch via linking

onsdagens 1 anno fa
parent
commit
fc48c008e2
2 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. 1 2
      riscv-rt/.github/workflows/build.yaml
  2. 0 1
      riscv-rt/link.x

+ 1 - 2
riscv-rt/.github/workflows/build.yaml

@@ -1,6 +1,6 @@
 on:
   push:
-    branches: [ master, global_asm, global_asm_link ]
+    branches: [ master, global_asm ]
   pull_request:
   merge_group:
 
@@ -47,4 +47,3 @@ jobs:
     if: always()
     steps:
       - run: jq --exit-status 'all(.result == "success")' <<< '${{ toJson(needs) }}'
-  

+ 0 - 1
riscv-rt/link.x

@@ -4,7 +4,6 @@ PROVIDE(_max_hart_id = 0);
 PROVIDE(_hart_stack_size = 2K);
 PROVIDE(_heap_size = 0);
 
-
 PROVIDE(UserSoft = DefaultHandler);
 PROVIDE(SupervisorSoft = DefaultHandler);
 PROVIDE(MachineSoft = DefaultHandler);