mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
crosvm: Do not use .cargo/config.toml
Building crates in common/ will try to access the file, but won't be allowed to read it with CROS_WORKON_SUBTREE set. BUG=b:195126527 TEST=./tools/run_tests --target=vm:aarch64 Change-Id: Ic455ca6c3102dd363daf70468e5d89003d10bb4c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3254042 Reviewed-by: Dmitry Torokhov <dtor@chromium.org> Reviewed-by: Abhishek Bhardwaj <abhishekbh@chromium.org> Tested-by: Dennis Kempin <denniskempin@google.com>
This commit is contained in:
parent
8a1c50d5cd
commit
8f5978fda2
2 changed files with 1 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
[target.aarch64-unknown-linux-gnu]
|
||||
linker = "aarch64-linux-gnu-gcc"
|
|
@ -50,6 +50,7 @@ Arch = Literal["x86_64", "aarch64", "armhf"]
|
|||
BUILD_ENV = {
|
||||
"PKG_CONFIG_aarch64_unknown_linux_gnu": "aarch64-linux-gnu-pkg-config",
|
||||
"PKG_CONFIG_armv7_unknown_linux_gnueabihf": "arm-linux-gnueabihf-pkg-config",
|
||||
"CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER": "aarch64-linux-gnu-gcc",
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue