We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b048080 commit 8f06aaaCopy full SHA for 8f06aaa
build_macos.sh
@@ -125,15 +125,4 @@ if [[ "$SKIP_RISCV" != 1 ]]; then
125
pushd "$builddir/riscv-install-x64-mac/"
126
tar -a -cf "$topd/bin/$filename" *
127
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
139
fi
0 commit comments