Skip to content

Commit 876e8db

Browse files
committed
CI: Use nightly-2024-02-13 for code coverage testing.
More recent versions of the toolchain cause the tests to crash with a segmentation fault when built/run with profiling.
1 parent 6762d65 commit 876e8db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,10 @@ jobs:
530530
- # debug
531531

532532
# Coverage collection is Nightly-only
533+
# XXX: Starting with nightly-2024-02-14 there is a segfault when
534+
# running the tests.
533535
rust_channel:
534-
- nightly
536+
- nightly-2024-02-13
535537

536538
# TODO: targets
537539
include:

0 commit comments

Comments
 (0)