mesonbuild/meson

Support CACHEDIR.TAG for meson build directories

Open

#11.734 aperta il 25 apr 2023

Vedi su GitHub
 (5 commenti) (3 reazioni) (0 assegnatari)Python (1465 fork)batch import
good first issue

Metriche repository

Star
 (4978 star)
Metriche merge PR
 (Merge medio 30g 19h) (63 PR mergiate in 30 g)

Descrizione

Describe the bug Meson build directories may be in-tree instead of in some XDG cache folder, so it is useful to mark the build directory as being cache so that backup applications can ignore it, wherever the build directory might lie. This is what the very simple CACHEDIR.TAG specification describes. It is for example used by Rust and supported by Pika Backup and Deja Dup.

Guida contributor