File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/tools/miri/.github/workflows Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 3030 steps :
3131 - uses : actions/checkout@v4
3232 - uses : ./.github/workflows/setup
33+ with :
34+ toolchain_flags : " --host ${{ matrix.host_target }}"
3335
3436 # The `style` job only runs on Linux; this makes sure the Windows-host-specific
3537 # code is also covered by clippy.
Original file line number Diff line number Diff line change 11name : " Miri CI setup"
22description : " Sets up Miri CI"
3+ inputs :
4+ toolchain_flags :
5+ required : false
6+ default : ' '
37runs :
48 using : " composite"
59 steps :
4549 echo "Building against latest rustc git version"
4650 git ls-remote https://github.com/rust-lang/rust/ HEAD | cut -f 1 > rust-version
4751 fi
48- ./miri toolchain
52+ ./miri toolchain ${{ inputs.toolchain_flags }}
4953 shell : bash
5054
5155 - name : Show Rust version (miri toolchain)
You can’t perform that action at this time.
0 commit comments