Files
Jules 477954866f fix(community-dapp): unbreak vercel build broken by foundryup attestation check
* fix(community-dapp): skip foundryup attestation check on vercel

foundryup parses the release attestation manifest through bash process
substitution. Vercel's build container has no /dev/fd, so the redirection
fails and `set -e` aborts the build:

  /vercel/.foundry/bin/foundryup: line 58: /dev/fd/63: No such file or directory

foundryup is fetched unpinned, so this started failing with no repo change.

* chore(community-dapp): pin foundry to v1.5.1 for vercel builds

Vercel installed the latest release (v1.7.1) while ci.yml and release.yml
pin v1.5.1, so contract ABIs were built with a different compiler there.
2026-08-25 01:19:04 +09:00
..