Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use fallback SWC version when binary publish fails #30568

Merged
merged 1 commit into from
Oct 28, 2021

Conversation

ijjk
Copy link
Member

@ijjk ijjk commented Oct 28, 2021

Continuation of #30565 this falls back to using a published version of the SWC binary when a certain platform's publish fails

@ijjk ijjk added the created-by: Next.js team PRs by the Next.js team. label Oct 28, 2021
@ijjk ijjk merged commit d43e05c into vercel:canary Oct 28, 2021
@ijjk ijjk deleted the update/use-previous-swc branch October 28, 2021 16:44
@@ -19,6 +19,11 @@ const cwd = process.cwd()
let platforms = (await readdir(nativePackagesDir)).filter(
(name) => !name.startsWith('.')
)
const publishedPkgs = new Set()
// TODO: update to latest version where all pacakges were
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pacakges -> packages

@vercel vercel locked as resolved and limited conversation to collaborators Jan 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
created-by: Next.js team PRs by the Next.js team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants