We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc08a9 commit 0637bf7Copy full SHA for 0637bf7
1 file changed
.github/workflows/build_and_release_rust.yml
@@ -95,6 +95,7 @@ jobs:
95
./x.py install -i --stage 0 llvm-tools
96
./x.py install -i --stage 0 cargo
97
./x.py install -i --stage 0 miri
98
+ MIRI_LIB_SRC=library MIRI_SYSROOT=${DESTDIR}/usr/local/lib/rustlib/x86_64-unknown-linux-gnu/miri-sysroot cargo miri setup
99
100
- name: Create tarball
101
run: |
0 commit comments