Skip to content

[8/9] docs: Vercel fork README, CI workflows, and -vercel version suffix#6

Open
mmastrac wants to merge 1 commit intovercel/fix-dir-dep-infofrom
vercel/fork-readme-ci
Open

[8/9] docs: Vercel fork README, CI workflows, and -vercel version suffix#6
mmastrac wants to merge 1 commit intovercel/fix-dir-dep-infofrom
vercel/fork-readme-ci

Conversation

@mmastrac
Copy link
Copy Markdown
Collaborator

Summary

  • Adds .github/README.md with fork documentation (displays over upstream README on GitHub)
    • Patch list with descriptions and upstream references
    • Agent instructions for rebasing on upstream
    • Per-file manifest for each patch
  • Adds vercel-ci.yml — runs cargo test on Ubuntu on every push/PR
  • Adds vercel-release.yml — manual workflow_dispatch that builds x86_64 + aarch64 musl binaries and creates a vercel-YYYYMMDD tagged GitHub release
  • Removes code coverage (grcov/codecov), benchmarks (codspeed), s390x/riscv64/armv7/i686 targets, and FreeBSD from upstream CI
  • Adds -vercel suffix to sccache --version output

Stack: 6/6

@mmastrac mmastrac changed the base branch from vercel/fix-dir-dep-info to vercel/04-fix-dir-dep-info March 31, 2026 17:28
@mmastrac mmastrac changed the title docs: Vercel fork README, CI workflows, and -vercel version suffix [5/5] docs: Vercel fork README, CI workflows, and -vercel version suffix Mar 31, 2026
@mmastrac mmastrac changed the base branch from vercel/04-fix-dir-dep-info to vercel/fix-dir-dep-info March 31, 2026 17:30
@mmastrac mmastrac force-pushed the vercel/fork-readme-ci branch from 45d066a to a722319 Compare March 31, 2026 17:35
@mmastrac mmastrac force-pushed the vercel/fix-dir-dep-info branch from 9ea5c59 to 59848e7 Compare March 31, 2026 17:35
@mmastrac mmastrac changed the title [5/5] docs: Vercel fork README, CI workflows, and -vercel version suffix [6/6] docs: Vercel fork README, CI workflows, and -vercel version suffix Mar 31, 2026
@mmastrac mmastrac force-pushed the vercel/fork-readme-ci branch from a722319 to 7b53b13 Compare March 31, 2026 17:38
@mmastrac mmastrac force-pushed the vercel/fix-dir-dep-info branch from 59848e7 to 79c28ed Compare March 31, 2026 17:38
@mmastrac mmastrac force-pushed the vercel/fork-readme-ci branch from 7b53b13 to 645bb1e Compare March 31, 2026 17:40
@mmastrac mmastrac force-pushed the vercel/fix-dir-dep-info branch from 79c28ed to afd0422 Compare March 31, 2026 17:56
@mmastrac mmastrac force-pushed the vercel/fork-readme-ci branch from 645bb1e to 18428b8 Compare March 31, 2026 17:56
@mmastrac mmastrac changed the title [6/6] docs: Vercel fork README, CI workflows, and -vercel version suffix [7/7] docs: Vercel fork README, CI workflows, and -vercel version suffix Mar 31, 2026
@mmastrac mmastrac force-pushed the vercel/fix-dir-dep-info branch from afd0422 to 19a11db Compare March 31, 2026 18:03
@mmastrac mmastrac force-pushed the vercel/fork-readme-ci branch from 18428b8 to 6056c7e Compare March 31, 2026 18:03
@mmastrac mmastrac force-pushed the vercel/fix-dir-dep-info branch from 19a11db to 684ec28 Compare March 31, 2026 18:23
@mmastrac mmastrac force-pushed the vercel/fork-readme-ci branch 2 times, most recently from 018dad9 to 93ea0bf Compare March 31, 2026 22:05
@mmastrac mmastrac force-pushed the vercel/fix-dir-dep-info branch 2 times, most recently from 3f6e50b to 7ad84a3 Compare April 1, 2026 18:01
@mmastrac mmastrac force-pushed the vercel/fork-readme-ci branch 2 times, most recently from 7ac3a2a to 0455257 Compare April 1, 2026 20:55
@mmastrac mmastrac force-pushed the vercel/fix-dir-dep-info branch 2 times, most recently from e491a69 to 0237f6e Compare April 1, 2026 21:02
@mmastrac mmastrac force-pushed the vercel/fork-readme-ci branch from 0455257 to 49c83da Compare April 1, 2026 21:02
@mmastrac mmastrac force-pushed the vercel/fix-dir-dep-info branch from 0237f6e to 9cefa6c Compare April 2, 2026 00:52
@mmastrac mmastrac force-pushed the vercel/fork-readme-ci branch from 49c83da to 38e99f4 Compare April 2, 2026 00:52
@mmastrac mmastrac force-pushed the vercel/fix-dir-dep-info branch from 9cefa6c to a321d4a Compare April 2, 2026 16:22
@mmastrac mmastrac force-pushed the vercel/fork-readme-ci branch from 38e99f4 to 340a6e2 Compare April 2, 2026 16:22
@mmastrac mmastrac force-pushed the vercel/fix-dir-dep-info branch from a321d4a to bf0aca6 Compare April 2, 2026 16:24
@mmastrac mmastrac force-pushed the vercel/fork-readme-ci branch from 340a6e2 to 3d103ed Compare April 2, 2026 16:24
@mmastrac mmastrac force-pushed the vercel/fix-dir-dep-info branch from bf0aca6 to 9590506 Compare April 2, 2026 16:29
@mmastrac mmastrac force-pushed the vercel/fork-readme-ci branch from 3d103ed to 4fd6018 Compare April 2, 2026 16:29
@mmastrac mmastrac changed the title [7/7] docs: Vercel fork README, CI workflows, and -vercel version suffix [8/9] docs: Vercel fork README, CI workflows, and -vercel version suffix Apr 2, 2026
Adds .github/README.md with fork-specific documentation including
patch list, rebase workflow instructions for agents, and CI/release
info. This displays over the upstream README.md on GitHub.

Adds vercel-ci.yml (test on push/PR) and vercel-release.yml (manual
workflow_dispatch that builds x86_64 + aarch64 musl binaries and
creates a vercel-YYYYMMDD tagged GitHub release with patch stack).

Removes code coverage (grcov/codecov), benchmarks (codspeed), and
s390x/riscv64 cross-compilation targets from upstream CI workflows.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mmastrac mmastrac force-pushed the vercel/fix-dir-dep-info branch from 9590506 to bd2a312 Compare April 2, 2026 17:18
@mmastrac mmastrac force-pushed the vercel/fork-readme-ci branch from 4fd6018 to 1966c98 Compare April 2, 2026 17:18
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.

1 participant