Skip to content

Commit

Permalink
release-raven: getting the gnu toolchain working too hard
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Sep 2, 2021
1 parent 87a05f7 commit 1aed380
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions script/release-raven.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ echo $version
cargo +stable build --release
mv target/release/comrak.exe comrak-$version-x86_64-pc-windows-msvc.exe

rustup +stable toolchain install stable-x86_64-pc-windows-gnu
rustup run stable-gnu cargo build --release --target=x86_64-pc-windows-gnu
mv target/x86_64-pc-windows-gnu/release/comrak.exe comrak-$version-x86_64-pc-windows-gnu.exe
# rustup +stable toolchain install stable-x86_64-pc-windows-gnu
# $env:Path += ";C:\msys64\usr\bin"
# rustup run stable-gnu cargo build --release --target=x86_64-pc-windows-gnu
# mv target/x86_64-pc-windows-gnu/release/comrak.exe comrak-$version-x86_64-pc-windows-gnu.exe

0 comments on commit 1aed380

Please sign in to comment.