We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fdd3ac commit 8a8b48aCopy full SHA for 8a8b48a
.travis.yml
@@ -66,7 +66,9 @@ matrix:
66
env: TARGET=thumbv7em-none-eabihf NORUN=1 NOSTD=1 NO_DOCKER=1
67
- name: "Game Boy Advance - build libcore only"
68
env: NORUN=1 NOSTD=1 NO_DOCKER=1
69
- install: cargo install xargo
+ install:
70
+ - rustup component add rust-src
71
+ - cargo install xargo
72
script:
73
# Obtain the devkitPro tools, using `target/` as a temp directory. This
74
# is required because we need to use their linker. `lld` uses the `BLX`
0 commit comments