Skip to content

Commit 1e26b9d

Browse files
lenaryimphil
authored andcommitted
Attempt to fix symlink
1 parent c2a0456 commit 1e26b9d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build-gcc-ibex.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ echo -n 'GCC version: ' >> /tools/riscv/buildinfo
3535

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

38+
mv /tools/riscv "/tools/${TOOLCHAIN_NAME}"
39+
3840
tar -cJ \
3941
--directory=/tools \
4042
-f $ARTIFACT_STAGING_DIR/$TOOLCHAIN_NAME.tar.xz \
41-
--transform="s@riscv@$TOOLCHAIN_NAME@" \
4243
--owner=0 --group=0 \
43-
riscv
44+
"${TOOLCHAIN_NAME}"

0 commit comments

Comments
 (0)