Skip to content

Commit

Permalink
Update toolchain to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Mar 4, 2022
1 parent 76ef08d commit 818533c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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
Expand Down Expand Up @@ -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`
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 818533c

Please sign in to comment.