Skip to content

Commit e40e6a8

Browse files
committed
fix(ci): Use https instead of ssh in CUTE
1 parent 5e7d681 commit e40e6a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
url = https://github.com/OpenXiangShan/ChiselAIA.git
3131
[submodule "CUTE"]
3232
path = CUTE
33-
url = git@github.com:OpenXiangShan/CUTE.git
33+
url = https://github.com/OpenXiangShan/CUTE.git

CUTE

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ init:
301301
git submodule update --init $(GIT_FORCE_FLAG)
302302
cd rocket-chip && git submodule update --init $(GIT_FORCE_FLAG) cde hardfloat
303303
cd openLLC && git submodule update --init $(GIT_FORCE_FLAG) openNCB
304-
cd CUTE && git submodule update --init cute-fpe cutetest
304+
cd CUTE && git submodule update --init $(GIT_FORCE_FLAG) cute-fpe
305305

306306
# Initialize necessary submodules (force)
307307
# This ensure that all submodules files are checked out to the correct commit. Good for CI.

0 commit comments

Comments
 (0)