mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 18:35:01 +01:00
Use cargo check -Zbuild-std instead of cargo miri setup
This should be more reliable (not building with `cfg(miri)` and more accurately knowing whether a target supports std). Known targets affected by this change: - cygwin: should now build since it only breaks in `cfg(miri)` - i686-pc-nto-qnx700: officially doesn't support std closes #4
This commit is contained in:
parent
0be7b4c981
commit
df486c20f8
7 changed files with 85 additions and 68 deletions
3
migrations/20250705120351_rename-miri-std.sql
Normal file
3
migrations/20250705120351_rename-miri-std.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
UPDATE finished_nightly SET mode = 'std' WHERE mode = 'miri-std';
|
||||
|
||||
UPDATE build_info SET mode = 'std' WHERE mode = 'miri-std';
|
||||
Loading…
Add table
Add a link
Reference in a new issue