summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2022-12-08 13:23:46 -0500
committerAlan Wu <XrXr@users.noreply.github.com>2022-12-08 15:58:00 -0500
commit2ae26554de200adc0d557776e2d2c3eb91c6ec90 (patch)
treef8db6ee719993d4979e4e0583867d495256dd681 /.github/workflows
parenta87f802f1ecc2f1442f4590dc58068a72f68eae9 (diff)
YJIT: Add a hint for fixing "check-yjit-bindings"
This makes it clear what to do when the CI check fails and should remove a few minutes of confusion for people seeing this for the first time.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6883
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/yjit-ubuntu.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml
index 2895afd027..3ad2982f8c 100644
--- a/.github/workflows/yjit-ubuntu.yml
+++ b/.github/workflows/yjit-ubuntu.yml
@@ -48,6 +48,7 @@ jobs:
matrix:
include:
- test_task: "check-yjit-bindings"
+ hint: "To fix: use patch in logs"
configure: "--with-gcc=clang-12 --enable-yjit=dev"
- test_task: "check"