The GitHub Actions job "Tests (AMD)" on airflow.git/exclude-agent-tooling-from-source-tarball has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 80e9593b0f17d3ba876a51b8c2e57c37e40c36d1 / Jarek Potiuk <[email protected]> Exclude agent tooling (.agents, agents.md) from source release tarball The source release tarball is built with `git archive`, which honors `export-ignore` gitattributes. The existing `AGENTS.md export-ignore` rule is unanchored and case-folds on case-insensitive filesystems (macOS, `core.ignorecase=true`), so it also matches the lowercase `.agents/skills/magpie-setup/agents.md`. As a result the source tarball is not byte-reproducible across hosts: a Linux release manager ships that file while a macOS verifier's rebuild drops it, breaking the reproducible-build check. Make the exclusion explicit and case-independent so the archive is deterministic on any filesystem, and keep agent/AI tooling out of the source release alongside the existing AGENTS.md / CLAUDE.md exclusions. Co-Authored-By: Claude Opus 4.8 <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/27969352468 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
