From 818533cf5b0211e0ff34de661dc04e04605cd76c Mon Sep 17 00:00:00 2001 From: Victor Fusco Date: Fri, 4 Mar 2022 16:18:38 -0300 Subject: [PATCH] Update toolchain to 0.8.0 --- .github/workflows/main.yml | 8 ++++---- Makefile | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e8269c3..28e2c2a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: load: true build-args: | TOOLCHAIN_REPOSITORY=${{ secrets.DOCKER_ORGANIZATION }}/toolchain - TOOLCHAIN_VERSION=0.7.0 + TOOLCHAIN_VERSION=0.8.0 - name: Export linux.bin artifact run: make copy IMG=`echo "${{ steps.docker_meta.outputs.tags }}" | head -1 | cut -d "," -f 1 | xargs` @@ -69,7 +69,7 @@ jobs: load: false build-args: | TOOLCHAIN_REPOSITORY=${{ secrets.DOCKER_ORGANIZATION }}/toolchain - TOOLCHAIN_VERSION=0.7.0 + TOOLCHAIN_VERSION=0.8.0 build-fd-emulation: runs-on: ubuntu-20.04 @@ -116,7 +116,7 @@ jobs: load: true build-args: | TOOLCHAIN_REPOSITORY=${{ secrets.DOCKER_ORGANIZATION }}/toolchain - TOOLCHAIN_VERSION=0.7.0 + TOOLCHAIN_VERSION=0.8.0 - name: Export linux.bin artifact run: make copy IMG=`echo "${{ steps.docker_meta.outputs.tags }}" | head -1 | cut -d "," -f 1 | xargs` @@ -149,4 +149,4 @@ jobs: load: false build-args: | TOOLCHAIN_REPOSITORY=${{ secrets.DOCKER_ORGANIZATION }}/toolchain - TOOLCHAIN_VERSION=0.7.0 + TOOLCHAIN_VERSION=0.8.0 diff --git a/Makefile b/Makefile index c65c3bc..62bb89a 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ TAG ?= devel TOOLCHAIN_DOCKER_REPOSITORY ?= cartesi/toolchain -TOOLCHAIN_TAG ?= 0.7.0 +TOOLCHAIN_TAG ?= 0.8.0 KERNEL_VERSION ?= 5.5.19-ctsi-4 RISCV_PK_VERSION ?= 1.0.0-ctsi-1 KERNEL_CONFIG ?= configs/default-linux-config