Skip to content

Commit

Permalink
feat!: output unification test1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolitzer committed Feb 20, 2024
1 parent 87c96cb commit 3562533
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Docker
on: [push]
env:
KERNEL_VERSION: 6.5.9-ctsi-1
KERNEL_VERSION: output-unification-test1
jobs:
build:
runs-on: ubuntu-22.04
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
linux-*.tar.gz
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TOOLCHAIN_SUFFIX ?=
TOOLCHAIN_TAG ?= devel$(TOOLCHAIN_SUFFIX)
TOOLCHAIN_CONFIG ?= configs/ct-ng-config$(TOOLCHAIN_SUFFIX)
CONTAINER_BASE := /opt/cartesi/toolchain$(TOOLCHAIN_SUFFIX)
KERNEL_VERSION ?= 6.5.9-ctsi-1
KERNEL_VERSION ?= 6.5.9-ctsi-2-output-unification-test1
KERNEL_SRCPATH := linux-$(KERNEL_VERSION).tar.gz

BUILD_ARGS = --build-arg TOOLCHAIN_CONFIG=$(TOOLCHAIN_CONFIG) \
Expand Down
2 changes: 1 addition & 1 deletion configs/ct-ng-config
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ CT_LINUX_PKG_NAME="linux"
# CT_LINUX_SRC_RELEASE is not set
# CT_LINUX_SRC_DEVEL is not set
CT_LINUX_SRC_CUSTOM=y
CT_LINUX_CUSTOM_LOCATION="/tmp/build/linux-6.5.9-ctsi-1.tar.gz"
CT_LINUX_CUSTOM_LOCATION="/tmp/build/linux-6.5.9-ctsi-2-output-unification-test1.tar.gz"
CT_LINUX_PATCH_GLOBAL=y
# CT_LINUX_PATCH_BUNDLED is not set
# CT_LINUX_PATCH_LOCAL is not set
Expand Down
2 changes: 1 addition & 1 deletion configs/ct-ng-config-rv64ima-lp64
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ CT_LINUX_PKG_NAME="linux"
# CT_LINUX_SRC_RELEASE is not set
# CT_LINUX_SRC_DEVEL is not set
CT_LINUX_SRC_CUSTOM=y
CT_LINUX_CUSTOM_LOCATION="/tmp/build/linux-6.5.9-ctsi-1.tar.gz"
CT_LINUX_CUSTOM_LOCATION="/tmp/build/linux-6.5.9-ctsi-2-output-unification-test1.tar.gz"
CT_LINUX_PATCH_GLOBAL=y
# CT_LINUX_PATCH_BUNDLED is not set
# CT_LINUX_PATCH_LOCAL is not set
Expand Down
2 changes: 1 addition & 1 deletion shasumfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bfc4d196b90592a2a6bef83ead9e196da6ab6d5978b48ee5e8ccf02913355bc2 linux-6.5.9-ctsi-1.tar.gz
7782a5012313ec2365c39590b93cab4565a0c7ea3586daa3bd0ad05b2a8fc869 linux-6.5.9-ctsi-2-output-unification-test1.tar.gz

0 comments on commit 3562533

Please sign in to comment.