Skip to content

Disable fail-fast to expose all matrix job failures#44

Merged
tillkruss merged 1 commit intomainfrom
claude/debug-openswoole-build-NiTNs
Mar 30, 2026
Merged

Disable fail-fast to expose all matrix job failures#44
tillkruss merged 1 commit intomainfrom
claude/debug-openswoole-build-NiTNs

Conversation

@tillkruss
Copy link
Copy Markdown
Member

The openswoole 4.12.1 build is failing because lang-php (Heroku's upstream S3 bucket) no longer allows anonymous ListObjects requests. The build uses a wildcard dep (php-8.2.*) which causes bob to call ListObjects — now blocked with AccessDenied.

With fail-fast: true, the openswoole 4.12.1 job (a standalone include matrix entry that skips all other extension builds) fails quickly and cancels all other in-progress jobs before they reach the same broken dep lookup. This makes it appear as though only openswoole is affected.

Disabling fail-fast will let all jobs run to completion so we can confirm how many are actually broken before applying a fix.

@tillkruss tillkruss merged commit cb2828c into main Mar 30, 2026
1 of 15 checks passed
@tillkruss tillkruss deleted the claude/debug-openswoole-build-NiTNs branch March 30, 2026 08:40
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.

2 participants