Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: a separate target directory for runtimetest #981

Merged
merged 1 commit into from
Jun 15, 2022

Conversation

tony84727
Copy link
Contributor

@tony84727 tony84727 commented Jun 14, 2022

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

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>
@tony84727 tony84727 force-pushed the chore/build-cache branch from b7447a9 to 6e8f869 Compare June 14, 2022 15:33
@utam0k
Copy link
Member

utam0k commented Jun 15, 2022

Thanks @tony84727 @saschagrunert

@utam0k utam0k merged commit a43ed22 into youki-dev:main Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants