浏览代码

Merge pull request #33 from guttatus/test-kernel-itb

fix(test-kernel): Fixed incorrect environment variable settings when …
guttatus 4 月之前
父节点
当前提交
a397f49b20
共有 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"