Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #519 from sifive/bump-picolibc
Browse files Browse the repository at this point in the history
Bump tests to picolibc 1.4.6
  • Loading branch information
nategraff-sifive authored Aug 10, 2020
2 parents 5f6b5b5 + 0e65c9a commit 1b3c9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:16.04 AS download-tarballs

ARG RISCV_TOOLS_TARBALL=riscv64-unknown-elf-gcc-8.3.0-2019.08.0-x86_64-linux-ubuntu14.tar.gz
ARG RISCV_PICOLIBC_TARBALL=riscv64-unknown-elf-picolibc-1.4.1-2019.08.0-x86_64-linux-ubuntu14.tar.gz
ARG RISCV_PICOLIBC_TARBALL=riscv64-unknown-elf-picolibc-1.4.6-2019.08.0-x86_64-linux-ubuntu14.tar.gz
ARG QEMU_TARBALL=riscv-qemu-4.1.0-2019.08.0-x86_64-linux-ubuntu14.tar.gz

RUN apt-get update && \
Expand All @@ -11,7 +11,7 @@ RUN apt-get update && \
wget

# Install picolibc
RUN wget --no-verbose https://github.com/keith-packard/picolibc/releases/download/1.4.1/${RISCV_PICOLIBC_TARBALL} && \
RUN wget --no-verbose https://github.com/keith-packard/picolibc/releases/download/1.4.6/${RISCV_PICOLIBC_TARBALL} && \
tar xzf ${RISCV_PICOLIBC_TARBALL}

# Install RISC-V Toolchain
Expand Down

0 comments on commit 1b3c9d0

Please sign in to comment.