From 565c6e5f11c2ce6e19cc68e4c2b9dbbe7b501b98 Mon Sep 17 00:00:00 2001 From: Victor Fusco Date: Mon, 29 Aug 2022 17:07:48 -0300 Subject: [PATCH] Update toolchain to 0.11.0 --- .github/workflows/main.yml | 2 +- CHANGELOG.md | 3 ++- Makefile | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c90a28..440efa3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3699b7a..c4fbbf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Makefile b/Makefile index 3a560b6..d1be4a6 100644 --- a/Makefile +++ b/Makefile @@ -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