Skip to content

Commit

Permalink
Bump toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Jun 2, 2022
1 parent 61dafb2 commit 9d0ece9
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@ -47,7 +47,7 @@ jobs:
load: true
build-args: |
TOOLCHAIN_REPOSITORY=${{ secrets.DOCKER_ORGANIZATION }}/toolchain
TOOLCHAIN_VERSION=0.9.0
TOOLCHAIN_VERSION=0.9.1
- name: Export rootfs.ext2 artifact
run: make copy IMG=`echo "${{ steps.docker_meta.outputs.tags }}" | head -1 | cut -d "," -f 1 | xargs`
Expand All @@ -73,7 +73,7 @@ jobs:
load: false
build-args: |
TOOLCHAIN_REPOSITORY=${{ secrets.DOCKER_ORGANIZATION }}/toolchain
TOOLCHAIN_VERSION=0.9.0
TOOLCHAIN_VERSION=0.9.1
build-fd-emulation:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
load: true
build-args: |
TOOLCHAIN_REPOSITORY=${{ secrets.DOCKER_ORGANIZATION }}/toolchain
TOOLCHAIN_VERSION=0.9.0-fd-emulation
TOOLCHAIN_VERSION=0.9.1-fd-emulation
RISCV_ARCH=rv64imafd
RISCV_ABI=lp64d
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
load: false
build-args: |
TOOLCHAIN_REPOSITORY=${{ secrets.DOCKER_ORGANIZATION }}/toolchain
TOOLCHAIN_VERSION=0.9.0-fd-emulation
TOOLCHAIN_VERSION=0.9.1-fd-emulation
RISCV_ARCH=rv64imafd
RISCV_ABI=lp64d
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Fixed Rust build by using default toolchain
- Updated toolchain version to v0.9.1

## [0.11.0] - 2022-04-20
### Changed
Expand Down
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.9.0
TOOLCHAIN_TAG ?= 0.9.1
NEW_TAG ?= latest
BUILDROOT_CONFIG ?= configs/default-buildroot-config
BUSYBOX_CONFIG ?= configs/default-busybox-fragment
Expand Down

0 comments on commit 9d0ece9

Please sign in to comment.