From b0f33bda5d434b39ed78ffe23184d22712ee0ca7 Mon Sep 17 00:00:00 2001 From: Raghav <83136390+Raghav-Bell@users.noreply.github.com> Date: Fri, 8 Mar 2024 15:41:32 +0530 Subject: [PATCH 1/3] Changed toolchain to stable changed nightly to stable tool chain in ci.yml for coverage. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52caa64597..f2f4db43f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -542,7 +542,7 @@ jobs: # Coverage collection is Nightly-only rust_channel: - - nightly + - stable # TODO: targets include: From 73847944588cfd060b8b4a48754f5a5f514e931b Mon Sep 17 00:00:00 2001 From: Raghav <83136390+Raghav-Bell@users.noreply.github.com> Date: Sun, 10 Mar 2024 11:03:21 +0530 Subject: [PATCH 2/3] Checking beta channel checking beta channel for LLVM compatibility. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2f4db43f0..3ffc4e1015 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -542,7 +542,7 @@ jobs: # Coverage collection is Nightly-only rust_channel: - - stable + - beta # TODO: targets include: From 6d493b1c7f18c9981e829ee3a3d7b455ccebc7e0 Mon Sep 17 00:00:00 2001 From: Raghav <83136390+Raghav-Bell@users.noreply.github.com> Date: Fri, 10 May 2024 23:33:04 +0530 Subject: [PATCH 3/3] Checking stable --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ffc4e1015..93d772c46c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -542,7 +542,7 @@ jobs: # Coverage collection is Nightly-only rust_channel: - - beta + - stable # TODO: targets include: