Skip to content

Commit

Permalink
Add --no-same-permissions flag to urv containerfile
Browse files Browse the repository at this point in the history
Container building still failing
Add this flag according to the tar manual:
https://www.gnu.org/software/tar/manual/tar.html#Dealing-with-Old-Files
  • Loading branch information
Unike267 committed Dec 23, 2024
1 parent 9abf398 commit 8397434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/urv-toolchain-spec_def.containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update -qq \
&& 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\
&& tar xzvf riscv-11.2-small.tgz -C . --no-same-owner --no-same-permissions \
&& export CROSS_COMPILE="/riscv-11.2-small/bin/riscv32-elf-" \
&& apt-get install -y git \
&& git clone --recursive https://ohwr.org/project/wrpc-sw \
Expand Down

0 comments on commit 8397434

Please sign in to comment.