Using profile = compiler, running ./x test mir-opt causes bootstrap to rebuild all of std before running the tests, even when the build cache ought to be warm from a previous ./x test mir-opt.
Needless to say, this is not very fun when actually trying to run one or more mir-opt tests.
Using
profile = compiler, running./x test mir-optcauses bootstrap to rebuild all of std before running the tests, even when the build cache ought to be warm from a previous./x test mir-opt.Needless to say, this is not very fun when actually trying to run one or more mir-opt tests.