Skip to content

Commit

Permalink
Bump to gcc 9.2 and bulidroot 2019.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Nehab committed Dec 28, 2019
1 parent edbf34c commit d984af8
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 40 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENV RISCV "$BASE/riscv64-unknown-linux-gnu"
ENV PATH "$RISCV/bin:${OLDPATH}"

RUN \
git clone --branch 2019.05.1 --depth 1 \
git clone --branch 2019.11 --depth 1 \
https://github.com/buildroot/buildroot.git

COPY skel $BASE/buildroot/skel
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
.PHONY: build push run share

TAG ?= devel
TOOLCHAIN_TAG ?= 0.1.0
TOOLCHAIN_TAG ?= 0.2.0
NEW_TAG ?= latest

CONTAINER_BASE := /opt/cartesi/rootfs
Expand Down
Loading

0 comments on commit d984af8

Please sign in to comment.