MCPcopy Create free account
hub / github.com/FastLED/FastLED / _cleanup_stale_meson_lockfile

Function _cleanup_stale_meson_lockfile

ci/wasm_build.py:98–103  ·  view source on GitHub ↗

Remove stale meson-private/meson.lock before meson setup (see issue #2484).

(build_dir: Path)

Source from the content-addressed store, hash-verified

96
97
98def _cleanup_stale_meson_lockfile(build_dir: Path) -> None:
99 """Remove stale meson-private/meson.lock before meson setup (see issue #2484)."""
100 from ci.meson.build_config import cleanup_stale_meson_lockfile
101
102 # Helper logs its own status message; we just call through.
103 cleanup_stale_meson_lockfile(build_dir)
104
105
106# ============================================================================

Callers 2

ensure_meson_configuredFunction · 0.85

Calls 1

Tested by

no test coverage detected