Created
October 22, 2018 09:22
-
-
Save Xanewok/672cdef9591bbcbb2db71a59610ad856 to your computer and use it in GitHub Desktop.
Diff of dry-run --build-plan and actual-run on Cargo itself
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/cargo_plan_simple.pretty.json b/cargo_plan.pretty.json | |
index 479c2a8..7ff6bda 100644 | |
--- a/cargo_plan_simple.pretty.json | |
+++ b/cargo_plan.pretty.json | |
@@ -992,7 +992,8 @@ | |
11 | |
], | |
"inputs": [ | |
- "/home/xanewok/.cargo/registry/src/github.com-1ecc6299db9ec823/libz-sys-1.0.23/build.rs" | |
+ "/home/xanewok/.cargo/registry/src/github.com-1ecc6299db9ec823/libz-sys-1.0.23/build.rs", | |
+ "build.rs" | |
], | |
"outputs": [ | |
"/home/xanewok/repos/cargo/target/debug/build/libz-sys-413bd36d55a72e28/build_script_build-413bd36d55a72e28" | |
@@ -1054,6 +1055,9 @@ | |
"deps": [ | |
15 | |
], | |
+ "inputs": [ | |
+ "build.rs" | |
+ ], | |
"outputs": [], | |
"links": {}, | |
"program": "/home/xanewok/repos/cargo/target/debug/build/libz-sys-413bd36d55a72e28/build-script-build", | |
@@ -1267,6 +1271,11 @@ | |
"CARGO_PKG_VERSION_PATCH": "13", | |
"CARGO_PKG_VERSION_PRE": "", | |
"DEBUG": "true", | |
+ "DEP_NGHTTP2_ROOT": "/home/xanewok/repos/cargo/target/debug/build/libnghttp2-sys-2ddd5869dafa670e/out/i", | |
+ "DEP_OPENSSL_CONF": "OPENSSL_NO_SSL3_METHOD", | |
+ "DEP_OPENSSL_PATCH": "f", | |
+ "DEP_OPENSSL_VERSION": "110", | |
+ "DEP_OPENSSL_VERSION_NUMBER": "1010007f", | |
"HOST": "x86_64-unknown-linux-gnu", | |
"LD_LIBRARY_PATH": "/home/xanewok/repos/cargo/target/debug/deps:/home/xanewok/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib", | |
"NUM_JOBS": "12", | |
@@ -1317,7 +1326,11 @@ | |
"-L", | |
"dependency=/home/xanewok/repos/cargo/target/debug/deps", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/libnghttp2-sys-2ddd5869dafa670e/out/i/lib", | |
+ "-l", | |
+ "static=nghttp2" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -1349,7 +1362,8 @@ | |
16 | |
], | |
"inputs": [ | |
- "/home/xanewok/.cargo/registry/src/github.com-1ecc6299db9ec823/libz-sys-1.0.23/src/lib.rs" | |
+ "/home/xanewok/.cargo/registry/src/github.com-1ecc6299db9ec823/libz-sys-1.0.23/src/lib.rs", | |
+ "build.rs" | |
], | |
"outputs": [ | |
"/home/xanewok/repos/cargo/target/debug/deps/liblibz_sys-4bd14b30f40bc465.rlib" | |
@@ -1378,7 +1392,11 @@ | |
"--extern", | |
"libc=/home/xanewok/repos/cargo/target/debug/deps/liblibc-078d2770e95670c6.rlib", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "-L", | |
+ "native=/usr/lib/x86_64-linux-gnu", | |
+ "-l", | |
+ "z" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -1472,7 +1490,27 @@ | |
"--extern", | |
"libc=/home/xanewok/repos/cargo/target/debug/deps/liblibc-078d2770e95670c6.rlib", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "--cfg", | |
+ "osslconf=\"OPENSSL_NO_SSL3_METHOD\"", | |
+ "--cfg", | |
+ "ossl101", | |
+ "--cfg", | |
+ "ossl102", | |
+ "--cfg", | |
+ "ossl102f", | |
+ "--cfg", | |
+ "ossl102h", | |
+ "--cfg", | |
+ "ossl110", | |
+ "--cfg", | |
+ "ossl110f", | |
+ "--cfg", | |
+ "ossl110g", | |
+ "-l", | |
+ "ssl", | |
+ "-l", | |
+ "crypto" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -1552,7 +1590,15 @@ | |
"--extern", | |
"openssl_sys=/home/xanewok/repos/cargo/target/debug/deps/libopenssl_sys-2a04dd56d7311014.rlib", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/curl-sys-270c0872d9d587b6/out/build", | |
+ "-l", | |
+ "static=curl", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/libnghttp2-sys-2ddd5869dafa670e/out/i/lib", | |
+ "-L", | |
+ "native=/usr/lib/x86_64-linux-gnu" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -1815,7 +1861,13 @@ | |
"--extern", | |
"socket2=/home/xanewok/repos/cargo/target/debug/deps/libsocket2-e9a550cc9324b9a3.rlib", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/curl-sys-270c0872d9d587b6/out/build", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/libnghttp2-sys-2ddd5869dafa670e/out/i/lib", | |
+ "-L", | |
+ "native=/usr/lib/x86_64-linux-gnu" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -1989,7 +2041,11 @@ | |
"--extern", | |
"libc=/home/xanewok/repos/cargo/target/debug/deps/liblibc-078d2770e95670c6.rlib", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/backtrace-sys-42b4034c0ffffce5/out", | |
+ "-l", | |
+ "static=backtrace" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -2143,7 +2199,9 @@ | |
"--extern", | |
"rustc_demangle=/home/xanewok/repos/cargo/target/debug/deps/librustc_demangle-f9e0fbcb9069f37a.rlib", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/backtrace-sys-42b4034c0ffffce5/out" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -2281,7 +2339,8 @@ | |
"kind": "Host", | |
"deps": [], | |
"inputs": [ | |
- "/home/xanewok/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.20/build.rs" | |
+ "/home/xanewok/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.20/build.rs", | |
+ "build.rs" | |
], | |
"outputs": [ | |
"/home/xanewok/repos/cargo/target/debug/build/proc-macro2-39d8a144765b2dd4/build_script_build-39d8a144765b2dd4" | |
@@ -2343,6 +2402,9 @@ | |
"deps": [ | |
35 | |
], | |
+ "inputs": [ | |
+ "build.rs" | |
+ ], | |
"outputs": [], | |
"links": {}, | |
"program": "/home/xanewok/repos/cargo/target/debug/build/proc-macro2-39d8a144765b2dd4/build-script-build", | |
@@ -2461,7 +2523,8 @@ | |
"/home/xanewok/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.20/src/lib.rs", | |
"/home/xanewok/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.20/src/stable.rs", | |
"/home/xanewok/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.20/src/strnom.rs", | |
- "/home/xanewok/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.20/src/unstable.rs" | |
+ "/home/xanewok/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.20/src/unstable.rs", | |
+ "build.rs" | |
], | |
"outputs": [ | |
"/home/xanewok/repos/cargo/target/debug/deps/libproc_macro2-faa26a05800113d3.rlib" | |
@@ -2494,7 +2557,11 @@ | |
"--extern", | |
"unicode_xid=/home/xanewok/repos/cargo/target/debug/deps/libunicode_xid-83ea6a50d639627d.rlib", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "--cfg", | |
+ "use_proc_macro", | |
+ "--cfg", | |
+ "wrap_proc_macro" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -2810,7 +2877,9 @@ | |
"--extern", | |
"synstructure=/home/xanewok/repos/cargo/target/debug/deps/libsynstructure-36a15fc09139dd5e.rlib", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "--cfg", | |
+ "has_dyn_trait" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -2894,7 +2963,9 @@ | |
"--extern", | |
"failure_derive=/home/xanewok/repos/cargo/target/debug/deps/libfailure_derive-8bb568a0521f4ade.so", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/backtrace-sys-42b4034c0ffffce5/out" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -3087,7 +3158,19 @@ | |
"-L", | |
"dependency=/home/xanewok/repos/cargo/target/debug/deps", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "--cfg", | |
+ "de_boxed_c_str", | |
+ "--cfg", | |
+ "de_rc_dst", | |
+ "--cfg", | |
+ "core_duration", | |
+ "--cfg", | |
+ "integer128", | |
+ "--cfg", | |
+ "range_inclusive", | |
+ "--cfg", | |
+ "num_nonzero" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -3517,7 +3600,11 @@ | |
"-L", | |
"dependency=/home/xanewok/repos/cargo/target/debug/deps", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "--cfg", | |
+ "integer128", | |
+ "--cfg", | |
+ "must_use_return" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -4057,7 +4144,15 @@ | |
"--extern", | |
"serde_json=/home/xanewok/repos/cargo/target/debug/deps/libserde_json-ee28d887ac405acd.rlib", | |
"--extern", | |
- "url=/home/xanewok/repos/cargo/target/debug/deps/liburl-baa4f6aad8214610.rlib" | |
+ "url=/home/xanewok/repos/cargo/target/debug/deps/liburl-baa4f6aad8214610.rlib", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/curl-sys-270c0872d9d587b6/out/build", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/libnghttp2-sys-2ddd5869dafa670e/out/i/lib", | |
+ "-L", | |
+ "native=/usr/lib/x86_64-linux-gnu", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/backtrace-sys-42b4034c0ffffce5/out" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -4515,7 +4610,9 @@ | |
"-L", | |
"dependency=/home/xanewok/repos/cargo/target/debug/deps", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "--cfg", | |
+ "lazy_static_inline_impl" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -4634,6 +4731,10 @@ | |
"CARGO_PKG_VERSION_PATCH": "12", | |
"CARGO_PKG_VERSION_PRE": "", | |
"DEBUG": "true", | |
+ "DEP_OPENSSL_CONF": "OPENSSL_NO_SSL3_METHOD", | |
+ "DEP_OPENSSL_PATCH": "f", | |
+ "DEP_OPENSSL_VERSION": "110", | |
+ "DEP_OPENSSL_VERSION_NUMBER": "1010007f", | |
"HOST": "x86_64-unknown-linux-gnu", | |
"LD_LIBRARY_PATH": "/home/xanewok/repos/cargo/target/debug/deps:/home/xanewok/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib", | |
"NUM_JOBS": "12", | |
@@ -4743,7 +4844,17 @@ | |
"--extern", | |
"openssl_sys=/home/xanewok/repos/cargo/target/debug/deps/libopenssl_sys-2a04dd56d7311014.rlib", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "--cfg", | |
+ "osslconf=\"OPENSSL_NO_SSL3_METHOD\"", | |
+ "--cfg", | |
+ "ossl101", | |
+ "--cfg", | |
+ "ossl102", | |
+ "--cfg", | |
+ "ossl110", | |
+ "--cfg", | |
+ "ossl110g" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -5187,7 +5298,15 @@ | |
"--extern", | |
"libc=/home/xanewok/repos/cargo/target/debug/deps/liblibc-078d2770e95670c6.rlib", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "--cfg", | |
+ "memchr_runtime_simd", | |
+ "--cfg", | |
+ "memchr_runtime_sse2", | |
+ "--cfg", | |
+ "memchr_runtime_sse42", | |
+ "--cfg", | |
+ "memchr_runtime_avx" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -5727,7 +5846,11 @@ | |
"--extern", | |
"utf8_ranges=/home/xanewok/repos/cargo/target/debug/deps/libutf8_ranges-083886d42c27bea1.rlib", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "--cfg", | |
+ "regex_runtime_teddy_ssse3", | |
+ "--cfg", | |
+ "regex_runtime_teddy_avx2" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -6104,7 +6227,11 @@ | |
"--extern", | |
"libc=/home/xanewok/repos/cargo/target/debug/deps/liblibc-078d2770e95670c6.rlib", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/miniz-sys-70a8c23af773ef9c/out", | |
+ "-l", | |
+ "static=miniz" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -6188,7 +6315,9 @@ | |
"--extern", | |
"miniz_sys=/home/xanewok/repos/cargo/target/debug/deps/libminiz_sys-2267d02732559c02.rlib", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/miniz-sys-70a8c23af773ef9c/out" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -6453,6 +6582,10 @@ | |
"CARGO_PKG_VERSION_PATCH": "11", | |
"CARGO_PKG_VERSION_PRE": "", | |
"DEBUG": "true", | |
+ "DEP_OPENSSL_CONF": "OPENSSL_NO_SSL3_METHOD", | |
+ "DEP_OPENSSL_PATCH": "f", | |
+ "DEP_OPENSSL_VERSION": "110", | |
+ "DEP_OPENSSL_VERSION_NUMBER": "1010007f", | |
"HOST": "x86_64-unknown-linux-gnu", | |
"LD_LIBRARY_PATH": "/home/xanewok/repos/cargo/target/debug/deps:/home/xanewok/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib", | |
"NUM_JOBS": "12", | |
@@ -6518,6 +6651,15 @@ | |
"CARGO_PKG_VERSION_PATCH": "10", | |
"CARGO_PKG_VERSION_PRE": "", | |
"DEBUG": "true", | |
+ "DEP_CURL_INCLUDE": "/home/xanewok/repos/cargo/target/debug/build/curl-sys-270c0872d9d587b6/out/include", | |
+ "DEP_CURL_ROOT": "/home/xanewok/repos/cargo/target/debug/build/curl-sys-270c0872d9d587b6/out", | |
+ "DEP_CURL_STATIC": "1", | |
+ "DEP_OPENSSL_CONF": "OPENSSL_NO_SSL3_METHOD", | |
+ "DEP_OPENSSL_PATCH": "f", | |
+ "DEP_OPENSSL_VERSION": "110", | |
+ "DEP_OPENSSL_VERSION_NUMBER": "1010007f", | |
+ "DEP_SSH2_INCLUDE": "/home/xanewok/repos/cargo/target/debug/build/libssh2-sys-50cdd5c729840878/out/include", | |
+ "DEP_SSH2_ROOT": "/home/xanewok/repos/cargo/target/debug/build/libssh2-sys-50cdd5c729840878/out", | |
"HOST": "x86_64-unknown-linux-gnu", | |
"LD_LIBRARY_PATH": "/home/xanewok/repos/cargo/target/debug/deps:/home/xanewok/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib", | |
"NUM_JOBS": "12", | |
@@ -6577,7 +6719,13 @@ | |
"--extern", | |
"openssl_sys=/home/xanewok/repos/cargo/target/debug/deps/libopenssl_sys-2a04dd56d7311014.rlib", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/libssh2-sys-50cdd5c729840878/out/build", | |
+ "-l", | |
+ "static=ssh2", | |
+ "-L", | |
+ "native=/usr/lib/x86_64-linux-gnu" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -6664,7 +6812,19 @@ | |
"--extern", | |
"openssl_sys=/home/xanewok/repos/cargo/target/debug/deps/libopenssl_sys-2a04dd56d7311014.rlib", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/libgit2-sys-ba5ba52e288f1c3d/out/build", | |
+ "-l", | |
+ "static=git2", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/curl-sys-270c0872d9d587b6/out/build", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/libnghttp2-sys-2ddd5869dafa670e/out/i/lib", | |
+ "-L", | |
+ "native=/usr/lib/x86_64-linux-gnu", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/libssh2-sys-50cdd5c729840878/out/build" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -6803,7 +6963,17 @@ | |
"--extern", | |
"url=/home/xanewok/repos/cargo/target/debug/deps/liburl-baa4f6aad8214610.rlib", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/libgit2-sys-ba5ba52e288f1c3d/out/build", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/curl-sys-270c0872d9d587b6/out/build", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/libnghttp2-sys-2ddd5869dafa670e/out/i/lib", | |
+ "-L", | |
+ "native=/usr/lib/x86_64-linux-gnu", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/libssh2-sys-50cdd5c729840878/out/build" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -6871,7 +7041,17 @@ | |
"--extern", | |
"url=/home/xanewok/repos/cargo/target/debug/deps/liburl-baa4f6aad8214610.rlib", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/curl-sys-270c0872d9d587b6/out/build", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/libnghttp2-sys-2ddd5869dafa670e/out/i/lib", | |
+ "-L", | |
+ "native=/usr/lib/x86_64-linux-gnu", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/libgit2-sys-ba5ba52e288f1c3d/out/build", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/libssh2-sys-50cdd5c729840878/out/build" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -8285,7 +8465,9 @@ | |
"--extern", | |
"smallvec=/home/xanewok/repos/cargo/target/debug/deps/libsmallvec-581974e838b038bd.rlib", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "--cfg", | |
+ "has_localkey_try_with" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -9019,7 +9201,9 @@ | |
"--extern", | |
"failure_derive=/home/xanewok/repos/cargo/target/debug/deps/libfailure_derive-8bb568a0521f4ade.so", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/backtrace-sys-42b4034c0ffffce5/out" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -9147,7 +9331,9 @@ | |
"--extern", | |
"serde_json=/home/xanewok/repos/cargo/target/debug/deps/libserde_json-ee28d887ac405acd.rlib", | |
"--cap-lints", | |
- "allow" | |
+ "allow", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/backtrace-sys-42b4034c0ffffce5/out" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -9803,7 +9989,21 @@ | |
"--extern", | |
"unicode_width=/home/xanewok/repos/cargo/target/debug/deps/libunicode_width-8bfd8453e0621fe1.rlib", | |
"--extern", | |
- "url=/home/xanewok/repos/cargo/target/debug/deps/liburl-baa4f6aad8214610.rlib" | |
+ "url=/home/xanewok/repos/cargo/target/debug/deps/liburl-baa4f6aad8214610.rlib", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/curl-sys-270c0872d9d587b6/out/build", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/libnghttp2-sys-2ddd5869dafa670e/out/i/lib", | |
+ "-L", | |
+ "native=/usr/lib/x86_64-linux-gnu", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/backtrace-sys-42b4034c0ffffce5/out", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/miniz-sys-70a8c23af773ef9c/out", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/libgit2-sys-ba5ba52e288f1c3d/out/build", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/libssh2-sys-50cdd5c729840878/out/build" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", | |
@@ -10118,7 +10318,21 @@ | |
"--extern", | |
"unicode_width=/home/xanewok/repos/cargo/target/debug/deps/libunicode_width-8bfd8453e0621fe1.rlib", | |
"--extern", | |
- "url=/home/xanewok/repos/cargo/target/debug/deps/liburl-baa4f6aad8214610.rlib" | |
+ "url=/home/xanewok/repos/cargo/target/debug/deps/liburl-baa4f6aad8214610.rlib", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/curl-sys-270c0872d9d587b6/out/build", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/libnghttp2-sys-2ddd5869dafa670e/out/i/lib", | |
+ "-L", | |
+ "native=/usr/lib/x86_64-linux-gnu", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/backtrace-sys-42b4034c0ffffce5/out", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/miniz-sys-70a8c23af773ef9c/out", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/libgit2-sys-ba5ba52e288f1c3d/out/build", | |
+ "-L", | |
+ "native=/home/xanewok/repos/cargo/target/debug/build/libssh2-sys-50cdd5c729840878/out/build" | |
], | |
"env": { | |
"CARGO": "/home/xanewok/repos/cargo/target/debug/cargo", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment