mesonbuild/meson

Support CACHEDIR.TAG for meson build directories

Open

#11.734 geöffnet am 25. Apr. 2023

Auf GitHub ansehen
 (5 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)Python (1.465 Forks)batch import
good first issue

Repository-Metriken

Stars
 (4.978 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 30T 19h) (63 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide