Skip to content

fix: CI hangs forever in the yarn [4/4] Building fresh packages... #1696

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

YunFeng0817
Copy link
Member

I'm not exactly sure why the CI is stuck at yarn [4/4] Building fresh packages step forever now but not before
image

After I apply the workaround in puppeteer/puppeteer#12094 (comment), the CI starts to work.

@Copilot Copilot AI review requested due to automatic review settings May 27, 2025 22:35
Copy link

changeset-bot bot commented May 27, 2025

⚠️ No Changeset found

Latest commit: 099ca6e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR addresses a CI hang during the yarn [4/4] Building fresh packages step by skipping Puppeteer's download in key workflows.

  • Adds PUPPETEER_SKIP_DOWNLOAD=true to install steps in style-check and release workflows
  • Overrides Puppeteer download base URL and skips download in the ci-cd workflow
  • Propagates the skip flag into the compressed-size-action step

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
.github/workflows/style-check.yml Prefixes install steps with PUPPETEER_SKIP_DOWNLOAD=true
.github/workflows/release.yml Adds PUPPETEER_SKIP_DOWNLOAD=true to the install step
.github/workflows/ci-cd.yml Sets PUPPETEER_DOWNLOAD_BASE_URL and skip flag on install; passes skip flag to compressed-size-action

@YunFeng0817 YunFeng0817 changed the title fix: CI hang forever in the yarn [4/4] Building fresh packages... fix: CI hangs forever in the yarn [4/4] Building fresh packages... May 27, 2025
@YunFeng0817 YunFeng0817 requested a review from Juice10 May 27, 2025 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant