Skip to content

Commit 947a3cb

Browse files
committed
rustc-bisect: taskctx regression
ref: Starry-OS/taskctx#11
1 parent d73f288 commit 947a3cb

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/rustc-bisect.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Bisect rustc
2+
3+
on: [push]
4+
5+
env:
6+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
7+
CARGO_TERM_COLOR: always
8+
9+
jobs:
10+
install:
11+
runs-on: ubuntu-latest
12+
if: true
13+
steps:
14+
15+
- uses: actions/checkout@v4
16+
with:
17+
repository: os-checker/taskctx
18+
ref: fix/all-features_riscv32imafc-unknown-none-elf
19+
20+
- run: cargo install cargo-bisect-rustc
21+
22+
- run: cargo bisect-rustc --start=2024-12-04 --end=2024-12-31
23+

0 commit comments

Comments
 (0)