diff options
| author | Max Bernstein <rubybugs@bernsteinbear.com> | 2025-10-22 10:56:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-22 17:56:02 +0000 |
| commit | 87fdd6d53b51f2d5eb944c7f97aebf728b1ab439 (patch) | |
| tree | 3826cced22cd3e49698703c980e0fcaa645bc99d /.github | |
| parent | 4c60fc48b1e88327521ebe0646843d6427dcfe17 (diff) | |
ZJIT: Support make in zjit_bisect.rb (#14584)
Find ZJIT options in RUN_OPTS/SPECOPTS and put new ones from the bisection script
there too.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/auto_request_review.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/auto_request_review.yml b/.github/auto_request_review.yml index 51e0e4db97..814150c90e 100644 --- a/.github/auto_request_review.yml +++ b/.github/auto_request_review.yml @@ -11,6 +11,7 @@ files: 'doc/zjit*': [team:jit] 'test/ruby/test_zjit*': [team:jit] 'defs/jit.mk': [team:jit] + 'tool/zjit_bisect.rb': [team:jit] # Skip github workflow files because the team don't necessarily need to review dependabot updates for GitHub Actions. It's noisy in notifications, and they're auto-merged anyway. options: ignore_draft: true |
