From 2ae26554de200adc0d557776e2d2c3eb91c6ec90 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Thu, 8 Dec 2022 13:23:46 -0500 Subject: 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. --- .github/workflows/yjit-ubuntu.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') 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" -- cgit v1.2.1