소스 검색

fix(test-kernel): Fixed incorrect environment variable settings when compiling with `cargo make test-kernel-itb`

guttatus 4 달 전
부모
커밋
739419f535
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Makefile.toml

+ 1 - 0
Makefile.toml

@@ -31,6 +31,7 @@ dependencies = ["prototyper-build"]
 [tasks.test-kernel-build]
 command = "cargo"
 args = ["build", "-prustsbi-test-kernel", "--release"]
+env = { "RUSTFLAGS"= { unset = true }}
 
 [tasks.test-kernel]
 command = "rust-objcopy"