Skip to content

Commit

Permalink
Add libseccomp-dev to urv container
Browse files Browse the repository at this point in the history
Container building still failing
Add libseccomp-dev according to:
docker-library/official-images#16829
to see if it gets fixed
  • Loading branch information
Unike267 committed Dec 23, 2024
1 parent 798c629 commit 9abf398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/urv-toolchain-spec_def.containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apt-get update -qq \
&& apt-get install -y curl \
&& apt-get install -y xz-utils \
&& apt-get install -y make \
&& apt-get install -y libseccomp-dev \
&& curl -L -o riscv-11.2-small.tgz https://ohwr.org/project/wrpc-sw/wikis/uploads/9f9224d2249848ed3e854636de9c08dc/riscv-11.2-small.tgz \
&& tar xzvf riscv-11.2-small.tgz -C . --no-same-owner --no-overwrite-dir\
&& export CROSS_COMPILE="/riscv-11.2-small/bin/riscv32-elf-" \
Expand Down

0 comments on commit 9abf398

Please sign in to comment.