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
chore: a separate target directory for runtimetest
building static-linked runtimetest requires additional RUSTFLAGS env
var. Unfortunately, the additional env var invalids the build cache,
leading cargo rebuilding everytime.
See rust-lang/cargo#8716
A temporary solution is to build runtimetest in a seperate
`runtimetest-target` directory.
Signed-off-by: Tony Duan <tony84727@gmail.com>
0 commit comments