-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Add Linux with output unification
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,10 +104,10 @@ run-selftest: | |
|
||
# clone (for non CI environment) | ||
# ------------------------------------------------------------------------------ | ||
clone: LINUX_BRANCH ?= linux-6.5.9-ctsi-y | ||
clone: LINUX_BRANCH ?= feature/rollup-rework | ||
clone: OPENSBI_BRANCH ?= opensbi-1.3.1-ctsi-y | ||
clone: | ||
git clone --depth 1 --branch $(LINUX_BRANCH) \ | ||
git clone --branch $(LINUX_BRANCH) \ | ||
[email protected]:cartesi/linux.git $(LINUX_DIR) || \ | ||
cd $(LINUX_DIR) && git pull | ||
git clone --depth 1 --branch $(OPENSBI_BRANCH) \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
bfc4d196b90592a2a6bef83ead9e196da6ab6d5978b48ee5e8ccf02913355bc2 dep/linux-6.5.9-ctsi-1.tar.gz | ||
e6f40a008501ee0e372cfd4475d43c7804abb366d003bee90795ee84927415a6 dep/linux-6.5.9-ctsi-y.tar.gz | ||
267da33a34a023d9dcff3e7d9a8d58e7caefaff65441e38ff0114e4683dff176 dep/opensbi-1.3.1-ctsi-1.tar.gz |