Skip to content

Commit

Permalink
Fix windows build after crossbeam-epoch patch (backport solana-labs#2…
Browse files Browse the repository at this point in the history
…7052) (solana-labs#27198)

Fix windows build after crossbeam-epoch patch (solana-labs#27052)

(cherry picked from commit 773a4dd)

Co-authored-by: Ryo Onodera <[email protected]>
  • Loading branch information
mergify[bot] and ryoqun authored Aug 17, 2022
1 parent fd38f5d commit ed38458
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 ed38458

Please sign in to comment.