mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 18:35:01 +01:00
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
3 lines
127 B
SQL
3 lines
127 B
SQL
UPDATE finished_nightly SET mode = 'std' WHERE mode = 'miri-std';
|
|
|
|
UPDATE build_info SET mode = 'std' WHERE mode = 'miri-std';
|