File tree 2 files changed +7
-1
lines changed
src/tools/miri/.github/workflows
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 30
30
steps :
31
31
- uses : actions/checkout@v4
32
32
- uses : ./.github/workflows/setup
33
+ with :
34
+ toolchain_flags : " --host ${{ matrix.host_target }}"
33
35
34
36
# The `style` job only runs on Linux; this makes sure the Windows-host-specific
35
37
# code is also covered by clippy.
Original file line number Diff line number Diff line change 1
1
name : " Miri CI setup"
2
2
description : " Sets up Miri CI"
3
+ inputs :
4
+ toolchain_flags :
5
+ required : false
6
+ default : ' '
3
7
runs :
4
8
using : " composite"
5
9
steps :
45
49
echo "Building against latest rustc git version"
46
50
git ls-remote https://github.com/rust-lang/rust/ HEAD | cut -f 1 > rust-version
47
51
fi
48
- ./miri toolchain
52
+ ./miri toolchain ${{ inputs.toolchain_flags }}
49
53
shell : bash
50
54
51
55
- name : Show Rust version (miri toolchain)
You can’t perform that action at this time.
0 commit comments