diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e26d8617d..5ba6544c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/Dockerfile b/Dockerfile index 612b40adc..d4b042e5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/src/tests/machine-bind.lua b/src/tests/machine-bind.lua index 4e6d2d31a..4b664b052 100755 --- a/src/tests/machine-bind.lua +++ b/src/tests/machine-bind.lua @@ -971,7 +971,7 @@ test_util.make_do_test(build_machine, machine_type, { uarch = test_reset_uarch_c function(machine) local log = machine:log_uarch_reset({ proofs = true, annotations = true }) local expected_dump = "begin reset uarch state\n" - .. ' 1: write uarch_state@0x400000(4194304): hash:"17b76b32"(2^22 bytes) -> hash:"990691da"(2^22 bytes)\n' + .. ' 1: write uarch_state@0x400000(4194304): hash:"fc6e9db3"(2^22 bytes) -> hash:"5ba1620b"(2^22 bytes)\n' .. "end reset uarch state\n" local tmpname = os.tmpname()