You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
294: Improve `libtock_runtime`'s error handling if it can't find an assembly toolchain. r=jrvanwhy a=jrvanwhy
Previously, if `libtock_runtime`'s build script was unable to find a toolchain to build its external assembly with, its build would succeed then the process binary would fail to link. This change makes `libtock_runtime`'s build script panic with a useful error message instead.
Co-authored-by: Johnathan Van Why <[email protected]>
0 commit comments