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

This commit is contained in:
Ryo Onodera 2022-08-10 22:59:14 +09:00 committed by GitHub
parent 9348a23dfa
commit 773a4dd4d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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
)
;;
*)