Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(misc): improve freebsd build reliability with better error handling and disk cleanup#34326

Merged
FrozenPandaz merged 1 commit intomasterfrom
fix-freebsd
Feb 4, 2026
Merged

fix(misc): improve freebsd build reliability with better error handling and disk cleanup#34326
FrozenPandaz merged 1 commit intomasterfrom
fix-freebsd

Conversation

@FrozenPandaz
Copy link
Collaborator

Current Behavior

The FreeBSD build in CI can fail silently or with unclear error messages when:

  • Disk space runs low during the build process
  • The build command fails without proper error propagation
  • Unnecessary files consume valuable disk space

Expected Behavior

With these changes:

  • Additional disk space is freed by removing docs/astro-docs/nx-dev directories before building
  • Build exit codes are properly captured and propagated
  • Disk usage is logged after the build completes for debugging purposes
  • Build failures are clearly reported with explicit error messages

This improves reliability and makes it easier to diagnose issues when they occur.

Related Issue(s)

@FrozenPandaz FrozenPandaz requested a review from a team as a code owner February 4, 2026 17:57
@vercel
Copy link

vercel bot commented Feb 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nx-dev Ready Ready Preview Feb 4, 2026 6:04pm

Request Review

@netlify
Copy link

netlify bot commented Feb 4, 2026

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit 1086d0b
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/69838877c2656f000822e7fd
😎 Deploy Preview https://deploy-preview-34326--nx-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nx-cloud
Copy link
Contributor

nx-cloud bot commented Feb 4, 2026

View your CI Pipeline Execution ↗ for commit 1086d0b

Command Status Duration Result
nx run-many -t check-imports check-lock-files c... ✅ Succeeded 2m 35s View ↗
nx affected --targets=lint,test,test-kt,build,e... ✅ Succeeded <1s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 11s View ↗
nx-cloud record -- nx format:check ✅ Succeeded <1s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2026-02-04 18:04:42 UTC

@netlify
Copy link

netlify bot commented Feb 4, 2026

👷 Deploy Preview for nx-dev processing.

Name Link
🔨 Latest commit 1086d0b
🔍 Latest deploy log https://app.netlify.com/projects/nx-dev/deploys/69838877f078580008676baa

@FrozenPandaz FrozenPandaz merged commit fb6c298 into master Feb 4, 2026
20 of 24 checks passed
@FrozenPandaz FrozenPandaz deleted the fix-freebsd branch February 4, 2026 18:34
jaysoo pushed a commit that referenced this pull request Feb 5, 2026
…ng and disk cleanup (#34326)

## Current Behavior

The FreeBSD build in CI can fail silently or with unclear error messages
when:
- Disk space runs low during the build process
- The build command fails without proper error propagation
- Unnecessary files consume valuable disk space

## Expected Behavior

With these changes:
- Additional disk space is freed by removing docs/astro-docs/nx-dev
directories before building
- Build exit codes are properly captured and propagated
- Disk usage is logged after the build completes for debugging purposes
- Build failures are clearly reported with explicit error messages

This improves reliability and makes it easier to diagnose issues when
they occur.

## Related Issue(s)

<!-- No specific issue, general CI improvement -->
FrozenPandaz added a commit that referenced this pull request Feb 6, 2026
…ng and disk cleanup (#34326)

## Current Behavior

The FreeBSD build in CI can fail silently or with unclear error messages
when:
- Disk space runs low during the build process
- The build command fails without proper error propagation
- Unnecessary files consume valuable disk space

## Expected Behavior

With these changes:
- Additional disk space is freed by removing docs/astro-docs/nx-dev
directories before building
- Build exit codes are properly captured and propagated
- Disk usage is logged after the build completes for debugging purposes
- Build failures are clearly reported with explicit error messages

This improves reliability and makes it easier to diagnose issues when
they occur.

## Related Issue(s)

<!-- No specific issue, general CI improvement -->

(cherry picked from commit fb6c298)
@github-actions
Copy link
Contributor

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 10, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants