Skip to content

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

Merged
Juice10 merged 3 commits intomasterfrom
fix-ci
Jun 6, 2025
Merged

fix: CI hangs forever in the yarn [4/4] Building fresh packages...#1696
Juice10 merged 3 commits intomasterfrom
fix-ci

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 AI review requested due to automatic review settings May 27, 2025 22:35
@changeset-bot
Copy link

changeset-bot bot commented May 27, 2025

🦋 Changeset detected

Latest commit: 39ff229

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

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

Not sure what this means? Click here to learn what changesets are.

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

Copy link
Contributor

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
@Juice10 Juice10 merged commit 4db9782 into master Jun 6, 2025
7 of 9 checks passed
@Juice10 Juice10 deleted the fix-ci branch June 6, 2025 12:26
lewgordon-amplitude pushed a commit to lewgordon-amplitude/rrweb that referenced this pull request Jul 7, 2025
…rweb-io#1696)

* fix: CI hang forever in the yarn [4/4] Building fresh packages...
lewgordon-amplitude added a commit to lewgordon-amplitude/rrweb that referenced this pull request Jul 7, 2025
…rweb-io#1696)

* fix: CI hang forever in the yarn [4/4] Building fresh packages...
lewgordon-amplitude added a commit to lewgordon-amplitude/rrweb that referenced this pull request Jul 7, 2025
…rweb-io#1696)

* fix: CI hang forever in the yarn [4/4] Building fresh packages...
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.

4 participants