Skip to content

Commit

Permalink
feat: update kernel and toolchain
Browse files Browse the repository at this point in the history
Linux Kernel 6.5.9-ctsi-1-v0.19.1
Toolchain v0.16.0
  • Loading branch information
vfusco committed Dec 6, 2023
1 parent a17abb2 commit 3d6636e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build/Test/Release
on: [push]
env:
KERNEL_VERSION: v0.18.0
LINUX_VERSION: 5.15.63-ctsi-2-v0.18.0
KERNEL_VERSION: v0.19.1
LINUX_VERSION: 6.5.9-ctsi-1-v0.19.1
ROOTFS_VERSION: v0.19.0
TEST_VERSION: vreset-uarch-test
CARTESI_TESTS_PATH: /usr/share/cartesi-machine/tests
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM cartesi/toolchain:0.15.0-rv64ima-lp64 as linux-env
FROM --platform=$TARGETPLATFORM cartesi/toolchain:0.16.0-rv64ima-lp64 as linux-env
ARG GIT_COMMIT=""
ARG RELEASE=no
ARG COVERAGE=no
Expand Down

0 comments on commit 3d6636e

Please sign in to comment.