소스 검색

fix oor branch via linking

onsdagens 1 년 전
부모
커밋
fc48c008e2
2개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  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);