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
With the old build system, one can use the --disable-codegen-tests flag to disable the check for the existence of the FileCheck binary.. Passing this flag to rustbuild doesn't have the same effect; it still checks for the FileCheck binary.
rustbuild: skip filecheck check if codegen tests are disabled
to match the behavior of the old Makefile-based build system
closes#35752
r? @alexcrichton
With the old build system, one can use the
--disable-codegen-tests
flag to disable the check for the existence of the FileCheck binary.. Passing this flag to rustbuild doesn't have the same effect; it still checks for the FileCheck binary.cc @alexcrichton
The text was updated successfully, but these errors were encountered: