Skip to content

Commit

Permalink
feat!: Update toolchain to v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Nov 30, 2023
1 parent e7b67b1 commit 82d69eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Bump toolchain base image to v0.16.0
- Bump kernel version to 6.5.9
- Replace BBL with OpenSBI to support hypervisor
- Move kernel configs to the linux repo
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ UNAME:=$(shell uname)

TAG ?= devel
TOOLCHAIN_REPOSITORY ?= cartesi/toolchain
TOOLCHAIN_TAG ?= 0.15.0
TOOLCHAIN_TAG ?= 0.16.0

DEP_DIR := dep

Expand Down

0 comments on commit 82d69eb

Please sign in to comment.