From e4bb420ca62e835756d2e3bafd142a6657868229 Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Tue, 23 Aug 2022 17:12:03 +0900 Subject: [PATCH] Revert "Fix windows build after crossbeam-epoch patch (backport #27052)" (#27328) Revert "Fix windows build after crossbeam-epoch patch (backport #27052) (#27198)" This reverts commit ed38458a11b04d4156a0f686b4fb2272e5dde282. --- ci/publish-tarball.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/publish-tarball.sh b/ci/publish-tarball.sh index 5703b371661ee5..ef078f6636c0d5 100755 --- a/ci/publish-tarball.sh +++ b/ci/publish-tarball.sh @@ -58,8 +58,6 @@ 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 ) ;; *)