Skip to content

Commit fc48c00

Browse files
committed
fix oor branch via linking
1 parent 3fa3c37 commit fc48c00

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

riscv-rt/.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [ master, global_asm, global_asm_link ]
3+
branches: [ master, global_asm ]
44
pull_request:
55
merge_group:
66

@@ -47,4 +47,3 @@ jobs:
4747
if: always()
4848
steps:
4949
- run: jq --exit-status 'all(.result == "success")' <<< '${{ toJson(needs) }}'
50-

riscv-rt/link.x

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ PROVIDE(_max_hart_id = 0);
44
PROVIDE(_hart_stack_size = 2K);
55
PROVIDE(_heap_size = 0);
66

7-
87
PROVIDE(UserSoft = DefaultHandler);
98
PROVIDE(SupervisorSoft = DefaultHandler);
109
PROVIDE(MachineSoft = DefaultHandler);

0 commit comments

Comments
 (0)