From 8960bcd5e03048d7405daa57929034eeb2ce8814 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Fri, 15 Mar 2019 19:57:11 -0600 Subject: [PATCH] I forgot that we need to install more --- library/stdarch/.travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/library/stdarch/.travis.yml b/library/stdarch/.travis.yml index 852e1f60b11b..d6c396cacbce 100644 --- a/library/stdarch/.travis.yml +++ b/library/stdarch/.travis.yml @@ -66,7 +66,9 @@ matrix: env: TARGET=thumbv7em-none-eabihf NORUN=1 NOSTD=1 NO_DOCKER=1 - name: "Game Boy Advance - build libcore only" env: NORUN=1 NOSTD=1 NO_DOCKER=1 - install: cargo install xargo + install: + - rustup component add rust-src + - cargo install xargo script: # Obtain the devkitPro tools, using `target/` as a temp directory. This # is required because we need to use their linker. `lld` uses the `BLX`