Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Conversation

jasonsbrooks
Copy link

Adds support for the heroku-24 stack.

Note - this seems to be blocked by issues mentioned in microsoft/playwright#30368 . Facing an error when pushing due to libasound2. Submitting this as a draft to refer to in the associated issue.

Switch to our own version of the apt buildpack
@theodorton
Copy link

@jasonsbrooks I was able to get this to work on Heroku with Playwright 1.48 by correcting the libasound2 on the 24 stack:
Skalar@19851ad

Any reason you had to override the apt buildpack? I would like to create a PR with my changes, but not sure if the override should be included.

topic "Installing System Dependencies"

APT_BUILDPACK="https://github.com/heroku/heroku-buildpack-apt"
APT_BUILDPACK="https://github.com/KinnTech/heroku-buildpack-apt"

Choose a reason for hiding this comment

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

Why this change?

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.

3 participants