Skip to content

Commit

Permalink
Fix windows build after crossbeam-epoch patch (solana-labs#27052)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun authored Aug 10, 2022
1 parent 9348a23 commit 773a4dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/publish-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ windows)
git config core.symlinks true
find . -type l -delete
git reset --hard
# patched crossbeam doesn't build on windows
sed -i 's/^crossbeam-epoch/#crossbeam-epoch/' Cargo.toml
)
;;
*)
Expand Down

0 comments on commit 773a4dd

Please sign in to comment.