Skip to content

Commit f7d3af6

Browse files
committed
Set up github actions to use binutils submodule
1 parent 20d181f commit f7d3af6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/regress.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
steps:
1111
- name: Clone Github Repo Action
1212
uses: actions/checkout@v4
13+
- name: Initialize binutils submodule
14+
run: |
15+
git submodule init ext/binutils-gdb/binutils # initialize only this submodule
16+
git submodule update ext/binutils-gdb/binutils # update it
1317
- name: Setup apptainer
1418
uses: eWaterCycle/[email protected]
1519
- name: Get container from cache

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
url = https://github.com/riscv/riscv-isa-manual
1010
[submodule "ext/binutils-gdb/binutils"]
1111
path = ext/binutils-gdb/binutils
12-
url = git@github.com:bminor/binutils-gdb.git
12+
url = https://github.com/bminor/binutils-gdb.git
1313
branch = master

0 commit comments

Comments
 (0)