From e07531ea9f81b932c793abec1766d91da8a0bdea Mon Sep 17 00:00:00 2001 From: "@brodycj - C. Jonathan Brody" Date: Sun, 17 Nov 2024 22:52:44 -0500 Subject: [PATCH] add CI comments related to commented-out LLVM version entries in test matrix --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c94b447bf..55db5fbf6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,6 +102,8 @@ jobs: # - LLVM 16 : stable 1.76 - 1.78, since https://github.com/rust-lang/rust/pull/117947 # - LLVM 17 : stable 1.79 - 1.82, since https://github.com/rust-lang/rust/pull/122649 # - LLVM 18 : stable 1.83 - , since https://github.com/rust-lang/rust/pull/130487 + # NOTE that some commented-out LLVM version entries are kept here, which may be temporarily uncommented if + # needed to investigate possible issues that may arise between LLVM and code generated for certain targets. include: - rust: '1.56' - rust: nightly-2021-08-21 # Rust 1.56, LLVM 12