summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2022-12-08 15:02:21 -0500
committerAlan Wu <XrXr@users.noreply.github.com>2022-12-08 15:58:00 -0500
commit47a5b34aba514fd075664b4cf0e95e0f7f26609f (patch)
tree2c3045fde28efd31e8ddd0056586d9fceef12e15 /.github
parent2ae26554de200adc0d557776e2d2c3eb91c6ec90 (diff)
YJIT: Fold check-yjit-bindings into yjit-bindgen
So it's shorter on CI and the hint about how the fix the failure shows up. It's going to print a diff locally too, but that should be fine.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6883
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/yjit-ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml
index 3ad2982f8c..011420c157 100644
--- a/.github/workflows/yjit-ubuntu.yml
+++ b/.github/workflows/yjit-ubuntu.yml
@@ -47,7 +47,7 @@ jobs:
fail-fast: false
matrix:
include:
- - test_task: "check-yjit-bindings"
+ - test_task: "yjit-bindgen"
hint: "To fix: use patch in logs"
configure: "--with-gcc=clang-12 --enable-yjit=dev"