Skip to content

Commit

Permalink
Update toolchain to v0.14.0
Browse files Browse the repository at this point in the history
Update Linux Kernel to 5.15.63-ctsi-2
  • Loading branch information
vfusco committed Mar 29, 2023
1 parent 1eae489 commit f5892bd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build
on: [push]
env:
KERNEL_VERSION: 5.15.63-ctsi-1
KERNEL_VERSION: 5.15.63-ctsi-2
RISCV_PK_VERSION: 1.0.0-ctsi-1
TOOLCHAIN_VERSION: 0.13.0
jobs:
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.16.0] - 2023-03-30
### Changed
- Updated Linux Kernel to v5.15.63-ctsi-2
- Updated toolchain to v0.14.0

## [0.15.0] - 2023-02-10
### Changed
- Tuned default kernel config for faster boot time
Expand Down Expand Up @@ -61,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [0.2.0]
- [0.1.0]

[Unreleased]: https://github.com/cartesi/image-kernel/compare/v0.15.0...HEAD
[Unreleased]: https://github.com/cartesi/image-kernel/compare/v0.16.0...HEAD
[0.16.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.16.0
[0.15.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.15.0
[0.14.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.14.0
[0.13.0]: https://github.com/cartesi/image-kernel/releases/tag/v0.13.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM ${TOOLCHAIN_REPOSITORY}:${TOOLCHAIN_VERSION}

LABEL maintainer="Diego Nehab <diego@cartesi.io>"

ARG KERNEL_VERSION=5.5.19-ctsi-6
ARG KERNEL_VERSION=5.15.63-ctsi-2
ARG RISCV_PK_VERSION=1.0.0-ctsi-1

ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
TAG ?= devel
TOOLCHAIN_DOCKER_REPOSITORY ?= cartesi/toolchain
TOOLCHAIN_TAG ?= 0.13.0
KERNEL_VERSION ?= 5.15.63-ctsi-1
KERNEL_VERSION ?= 5.15.63-ctsi-2
KERNEL_SRCPATH := dep/linux-${KERNEL_VERSION}.tar.gz
RISCV_PK_VERSION ?= 1.0.0-ctsi-1
RISCV_PK_SRCPATH := dep/riscv-pk-${RISCV_PK_VERSION}.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion shasumfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
aab7bea88397081f027476a6f52c67adbb4d24378b04073a6feba724503a63ba dep/linux-5.15.63-ctsi-1.tar.gz
e8d4d1882632eac7fd8e433b4eb4db014fd56e645fdad3b89be7d1ca4f20ca07 dep/linux-5.15.63-ctsi-2.tar.gz
9a873345b9914940e7bf03a167da823910c8a2acadd818b780ffbd1a3edcc4c5 dep/riscv-pk-1.0.0-ctsi-1.tar.gz

0 comments on commit f5892bd

Please sign in to comment.