diff options
| author | bors <bors@rust-lang.org> | 2017-05-11 11:27:43 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-05-11 11:27:43 +0000 |
| commit | fb6f845f33d9ddbca34c7ae26e3a24cadf3c1123 (patch) | |
| tree | 51fa8951c742ae93277cb4d04358caa7ffe17e55 /src/tools/compiletest | |
| parent | 24ea08e9b7c206ee7a0de76b68072e46fc230cbd (diff) | |
| parent | 49f793ac17b66c2f81c19e310523a0f11e03d92a (diff) | |
| download | rust-fb6f845f33d9ddbca34c7ae26e3a24cadf3c1123.tar.gz rust-fb6f845f33d9ddbca34c7ae26e3a24cadf3c1123.zip | |
Auto merge of #41863 - malbarbo:update-android-builder, r=alexcrichton
ci: Update android ndk and sdk Make install-sdk.sh and install-ndk.sh more generic so future updates can be made directly on Dockerfile. Update ndk to r13b, which will be necessary to make host builds for android (in the future). Update sdk to r25.2.5 (maybe some emulator performance improvement).
Diffstat (limited to 'src/tools/compiletest')
| -rw-r--r-- | src/tools/compiletest/src/runtest.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/compiletest/src/runtest.rs b/src/tools/compiletest/src/runtest.rs index 461cb59bf7d..911f3c51f5f 100644 --- a/src/tools/compiletest/src/runtest.rs +++ b/src/tools/compiletest/src/runtest.rs @@ -570,7 +570,7 @@ actual:\n\ format!("-command={}", debugger_script.to_str().unwrap())]; let mut gdb_path = tool_path; - gdb_path.push_str(&format!("/bin/{}-gdb", self.config.target)); + gdb_path.push_str("/bin/gdb"); let procsrv::Result { out, err, |
