Skip to content

Commit b592d5f

Browse files
committed
Revert "fix(ci): work around rolldown@1.0.1 binding tokio panic"
This reverts commit 60ae3de.
1 parent 84380a4 commit b592d5f

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

  • .github/actions/download-rolldown-binaries
  • packages/cli/snap-tests-global/command-staged-broken-config

.github/actions/download-rolldown-binaries/action.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,6 @@ runs:
4242
export VERSION=$(npm view --json rolldown | jq -r '.version')
4343
echo "Warning: rolldown source not found, using npm latest: ${VERSION}"
4444
fi
45-
# Workaround: the published rolldown@1.0.1 binding enables mimalloc v3,
46-
# which panics with "blocking task ran twice" (tokio) when tsdown drives
47-
# rolldown via vp pack. Downgrade the binding to 1.0.1's predecessor
48-
# until rolldown ships a fix. The 1.0.0 binding is ABI-compatible with
49-
# the 1.0.1 JS sources for the surface vite-plus uses.
50-
if [ "${VERSION}" = "1.0.1" ]; then
51-
echo "Workaround: forcing binding version 1.0.0 (see download-rolldown-binaries comment)"
52-
export VERSION="1.0.0"
53-
fi
5445
npm pack "@rolldown/binding-${TARGET}@${VERSION}"
5546
tar -xzf "rolldown-binding-${TARGET}-${VERSION}.tgz"
5647
if [ -d "./rolldown/packages/rolldown/src" ]; then

packages/cli/snap-tests-global/command-staged-broken-config/snap.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
failed to load config from <cwd>/vite.config.ts
44
Failed to load vite.config: Build failed with 1 error:
55

6-
[PARSE_ERROR] Error: Unexpected token
6+
[PARSE_ERROR] Unexpected token
77
╭─[ vite.config.ts:5:42 ]
88
99
5 │ // syntax error: missing closing brace

0 commit comments

Comments
 (0)