Skip to content

Commit 8f06aaa

Browse files
committed
Windows Risc-V toolchain not packaged from MacOS anymore
1 parent b048080 commit 8f06aaa

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

build_macos.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,4 @@ if [[ "$SKIP_RISCV" != 1 ]]; then
125125
pushd "$builddir/riscv-install-x64-mac/"
126126
tar -a -cf "$topd/bin/$filename" *
127127
popd
128-
129-
# Package x64-win riscv toolchain separately as well
130-
version="14"
131-
echo "RISC-V Toolchain version $version"
132-
133-
filename="riscv-toolchain-${version}-x64-win.zip"
134-
135-
echo "Saving RISC-V Toolchain package to $filename"
136-
pushd "$builddir/riscv-install-x64-win/"
137-
tar -a -cf "$topd/bin/$filename" *
138-
popd
139128
fi

0 commit comments

Comments
 (0)