Files
ghostty/src/build
Mitchell Hashimoto f87213c2f6 build: add run-valgrind and test-valgrind steps
This adds two explicit `zig build` steps: `run-valgrind` and
`test-valgrind` to run the Ghostty exe or tests under Valgrind,
respectively.

This simplifies the manual Valgrind calls in a few ways:

1. It automatically sets the CPU to baseline, which is a frequent and
   requirement for Valgrind on newer CPUs, and generally safe.

2. It sets up the rather complicated set of flags to call Valgrind with,
   importantly setting up our suppressions.

3. It enables pairing it with the typical and comfortable workflow of
   specifying extra args (with `--`) or flags like `-Dtest-filter` for
   tests.
2025-08-20 11:43:48 -07:00
..
2025-08-14 22:42:26 -05:00
2025-02-14 14:46:18 -08:00
2025-07-12 06:46:00 -07:00
2025-07-09 15:06:24 -07:00
2025-03-07 17:52:06 +01:00
2024-01-07 12:10:48 -08:00
2025-01-08 13:49:54 -08:00