Skip to content

Commit

Permalink
feat: bump gcc to 12.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Nov 30, 2023
1 parent df34a67 commit 1e1155a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build
on: [push]
env:
TOOLCHAIN_IMAGE: ${{ github.repository_owner }}/toolchain
TOOLCHAIN_TAG: 0.15.0
TOOLCHAIN_IMAGE: ghcr.io/${{ github.repository_owner }}/toolchain
TOOLCHAIN_TAG: feature-bump-gcc
jobs:
tools:
runs-on: ubuntu-22.04
Expand Down
4 changes: 2 additions & 2 deletions linux/htif/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

UNAME:=$(shell uname)

TOOLCHAIN_IMAGE ?= cartesi/toolchain
TOOLCHAIN_TAG ?= 0.15.0
TOOLCHAIN_IMAGE ?= ghcr.io/cartesi/toolchain
TOOLCHAIN_TAG ?= feature-bump-gcc
RISCV_ARCH ?= rv64gc
RISCV_ABI ?= lp64d

Expand Down
4 changes: 2 additions & 2 deletions linux/rollup/http/echo-dapp/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

TOOLCHAIN_IMAGE="${TOOLCHAIN_IMAGE:-cartesi/toolchain}"
TOOLCHAIN_TAG="${TOOLCHAIN_TAG:-0.15.0}"
TOOLCHAIN_IMAGE="${TOOLCHAIN_IMAGE:-ghcr.io/cartesi/toolchain}"
TOOLCHAIN_TAG="${TOOLCHAIN_TAG:-feature-bump-gcc}"
RISCV_ARCH="${RISCV_ARCH:-rv64gc}"
RISCV_ABI="${RISCV_ABI:-lp64d}"
CONTAINER_BASE="${CONTAINER_BASE:-/opt/cartesi/tools}"
Expand Down
4 changes: 2 additions & 2 deletions linux/rollup/http/rollup-http-server/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

TOOLCHAIN_IMAGE="${TOOLCHAIN_IMAGE:-cartesi/toolchain}"
TOOLCHAIN_TAG="${TOOLCHAIN_TAG:-0.15.0}"
TOOLCHAIN_IMAGE="${TOOLCHAIN_IMAGE:-ghcr.io/cartesi/toolchain}"
TOOLCHAIN_TAG="${TOOLCHAIN_TAG:-feature-bump-gcc}"
RISCV_ARCH="${RISCV_ARCH:-rv64gc}"
RISCV_ABI="${RISCV_ABI:-lp64d}"
CONTAINER_BASE="${CONTAINER_BASE:-/opt/cartesi/tools}"
Expand Down
4 changes: 2 additions & 2 deletions linux/rollup/ioctl-echo-loop/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

UNAME:=$(shell uname)

TOOLCHAIN_IMAGE ?= cartesi/toolchain
TOOLCHAIN_TAG ?= 0.15.0
TOOLCHAIN_IMAGE ?= ghcr.io/cartesi/toolchain
TOOLCHAIN_TAG ?= feature-bump-gcc
RISCV_ARCH ?= rv64gc
RISCV_ABI ?= lp64d

Expand Down
4 changes: 2 additions & 2 deletions linux/rollup/rollup/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

UNAME:=$(shell uname)

TOOLCHAIN_IMAGE ?= cartesi/toolchain
TOOLCHAIN_TAG ?= 0.15.0
TOOLCHAIN_IMAGE ?= ghcr.io/cartesi/toolchain
TOOLCHAIN_TAG ?= feature-bump-gcc
RISCV_ARCH ?= rv64gc
RISCV_ABI ?= lp64d

Expand Down
4 changes: 2 additions & 2 deletions linux/xhalt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

UNAME:=$(shell uname)

TOOLCHAIN_IMAGE ?= cartesi/toolchain
TOOLCHAIN_TAG ?= 0.15.0
TOOLCHAIN_IMAGE ?= ghcr.io/cartesi/toolchain
TOOLCHAIN_TAG ?= feature-bump-gcc
RISCV_ARCH ?= rv64gc
RISCV_ABI ?= lp64d

Expand Down

0 comments on commit 1e1155a

Please sign in to comment.