mirror of
https://github.com/containers/youki
synced 2024-11-23 01:11:58 +01:00
6e8f869bf3
building static-linked runtimetest requires additional RUSTFLAGS env var. Unfortunately, the additional env var invalids the build cache, leading cargo rebuilding everytime. See https://github.com/rust-lang/cargo/issues/8716 A temporary solution is to build runtimetest in a seperate `runtimetest-target` directory. Signed-off-by: Tony Duan <tony84727@gmail.com>
22 lines
162 B
Plaintext
22 lines
162 B
Plaintext
/tutorial
|
|
.idea/
|
|
|
|
**/target
|
|
/runtimetest-target
|
|
.vagrant/
|
|
|
|
tags
|
|
tags.lock
|
|
tags.temp
|
|
|
|
/youki
|
|
/integration_test
|
|
/runtimetest
|
|
|
|
.vscode
|
|
|
|
*~
|
|
|
|
/bundle.tar.gz
|
|
/test.log
|