Skip to content

Conversation

cprussin
Copy link
Collaborator

Summary

Vercel's ignore command hasn't been reliably working, resulting in a ton of Vercel noise on PRs that aren't touching apps and a ton of unneeded builds.

I have been going back and forth with Vercel for a while and recently received this message:

Hi Connor,

Thanks for your patience.

I received an update from the Engineering team indicating that this appears to be a bug where ENABLE_EXPERIMENTAL_COREPACK is not properly detected during the ignore build step. We apologise for any inconvenience this may have caused. To resolve the issue, could you please remove the environment variable ENABLE_EXPERIMENTAL_COREPACK from the project settings and create a vercel.json file with the following code?
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"env": {
"ENABLE_EXPERIMENTAL_COREPACK": "1"
},
}
Please let me know if the information provided was useful. Feel free to let me know if you have any other queries or questions, I am happy to help.

This PR implements the required change.

@cprussin cprussin requested a review from a team as a code owner March 11, 2025 19:16
Copy link

vercel bot commented Mar 11, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
api-reference ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 11, 2025 9:19pm
component-library ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 11, 2025 9:19pm
entropy-debugger ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 11, 2025 9:19pm
insights ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 11, 2025 9:19pm
proposals ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 11, 2025 9:19pm
staking ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 11, 2025 9:19pm

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