mesonbuild/meson

Support CACHEDIR.TAG for meson build directories

Chiusa

#11.734 aperta il 25 apr 2023

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

Metriche repository

Star
 (4978 stelle)
Metriche merge PR
 (Merge medio 139g 13h) (51 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