Skip to content

Commit

Permalink
Update toolchain to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Aug 29, 2022
1 parent f7614cd commit 565c6e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push]
env:
KERNEL_VERSION: 5.5.19-ctsi-6
RISCV_PK_VERSION: 1.0.0-ctsi-1
TOOLCHAIN_VERSION: 0.10.0
TOOLCHAIN_VERSION: 0.11.0
jobs:
build:
runs-on: ubuntu-22.04
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.0] - 2022-08-25
## [0.13.0] - 2022-08-29
### Changed
- Added cache to docker build and push on CI
- Updated Linux Kernel to v5.5.19-ctsi-6
- Updated toolchain version to v0.11.0

## [0.12.0] - 2022-07-04
### Changed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

TAG ?= devel
TOOLCHAIN_DOCKER_REPOSITORY ?= cartesi/toolchain
TOOLCHAIN_TAG ?= 0.10.0
TOOLCHAIN_TAG ?= 0.11.0
KERNEL_VERSION ?= 5.5.19-ctsi-6
KERNEL_SRCPATH := dep/linux-${KERNEL_VERSION}.tar.gz
RISCV_PK_VERSION ?= 1.0.0-ctsi-1
Expand Down

0 comments on commit 565c6e5

Please sign in to comment.