Skip to content

Commit

Permalink
Attempt to fix symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
lenary authored and imphil committed Nov 1, 2019
1 parent c2a0456 commit 1e26b9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build-gcc-ibex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ echo -n 'GCC version: ' >> /tools/riscv/buildinfo

echo "Built at $(date -u) on $(hostname)" >> /tools/riscv/buildinfo

mv /tools/riscv "/tools/${TOOLCHAIN_NAME}"

tar -cJ \
--directory=/tools \
-f $ARTIFACT_STAGING_DIR/$TOOLCHAIN_NAME.tar.xz \
--transform="s@riscv@$TOOLCHAIN_NAME@" \
--owner=0 --group=0 \
riscv
"${TOOLCHAIN_NAME}"

0 comments on commit 1e26b9d

Please sign in to comment.