mirror of
https://github.com/astral-sh/ruff.git
synced 2026-05-06 08:56:57 -04:00
fb5b8c3653
Summary -- I was firing up the fuzzer tonight and hit an assertion error here. We now build with the `profiling` profile, so we need to use that executable too. This hasn't affected CI because we always set the `--test-executable`. Test Plan -- Ran the script again with the same arguments on this branch