-
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.
- Loading branch information
Marcelo Politzer
committed
Aug 25, 2022
1 parent
48285e3
commit b9ea18e
Showing
8 changed files
with
16 additions
and
13 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
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ FROM ${TOOLCHAIN_REPOSITORY}:${TOOLCHAIN_VERSION} | |
|
||
LABEL maintainer="Diego Nehab <[email protected]>" | ||
|
||
ARG KERNEL_VERSION=5.5.19-ctsi-5 | ||
ARG KERNEL_VERSION=5.5.19-ctsi-6 | ||
ARG RISCV_PK_VERSION=1.0.0-ctsi-1 | ||
|
||
ENV DEBIAN_FRONTEND=noninteractive | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ LINUX_TEST_DIR := $(LINUX_DIR)/tools/testing/selftests | |
|
||
JOBS := -j$(shell nproc) | ||
|
||
KERNEL_VERSION ?= 5.5.19-ctsi-5 | ||
KERNEL_VERSION ?= 5.5.19-ctsi-6 | ||
HEADERS := artifacts/linux-headers-$(KERNEL_VERSION).tar.xz | ||
IMAGE := artifacts/linux-nobbl-$(KERNEL_VERSION).bin | ||
LINUX := artifacts/linux-$(KERNEL_VERSION).bin | ||
|
@@ -81,7 +81,8 @@ clone: | |
[email protected]:cartesi-corp/riscv-pk.git $(RISCV_PK_DIR) || \ | ||
cd $(RISCV_PK_DIR) && git pull | ||
|
||
run: IMG=cartesi/toolchain:devel | ||
run: | ||
$(MAKE) run IMG=cartesi/toolchain:devel | ||
$(MAKE) run IMG=$(IMG) | ||
|
||
.PHONY: $(RISCV_PK_BUILD_DIR)/Makefile $(LINUX_DIR)/vmlinux $(ARTIFACTS) |
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
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