Skip to content

Commit

Permalink
Add required linker for RISC-V
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov committed Nov 14, 2021
1 parent 3ce821d commit d899820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/packager/binary/Dockerfile
Expand Up @@ -56,6 +56,7 @@ RUN apt-get update \
pigz \
rename \
tzdata \
binutils-riscv64-linux-gnu \
--yes --no-install-recommends

# This symlink required by gcc to find lld compiler
Expand Down
1 change: 1 addition & 0 deletions docker/packager/deb/Dockerfile
Expand Up @@ -55,6 +55,7 @@ RUN apt-get update \
pixz \
pkg-config \
tzdata \
binutils-riscv64-linux-gnu \
--yes --no-install-recommends

# NOTE: Seems like gcc-11 is too new for ubuntu20 repository
Expand Down

0 comments on commit d899820

Please sign in to comment.