The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-dirty-marker-via-dockerignore has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
7d201f7b6e01c5345b4796e5b4e74dc2af03867a / Jarek Potiuk <[email protected]>
Restrict reproducible-build dirty check to dockerignore-allowed paths

Official airflow-core builds use a deny-by-default `.dockerignore` plus
an explicit allowlist (`!path`) and run inside a docker container that
sees only the allowlisted files. Inside the container, `git is_dirty()`
flags every tracked-but-not-COPYed file as a deletion (~220 files,
~30k lines), and every clean-tag release ships with a misleading
`git_version = .dev0+<SHA>.dirty` instead of `.release:<SHA>`.

Restrict the dirty check to paths in the dockerignore allowlist
(parsed at build time so it stays in sync) so a clean tag produces a
`.release:<SHA>` git_version. Falls back to the previous global
`is_dirty()` when `.dockerignore` is absent or unparseable.

Report URL: https://github.com/apache/airflow/actions/runs/26604861578

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to