@@ -188,34 +188,34 @@ jobs:
188
188
- script : cargo test --manifest-path crates/stdarch-verify/Cargo.toml
189
189
displayName : Automatic verification
190
190
191
- - job : GameBoyAdvance
192
- dependsOn : StyleAndDocs
193
- pool :
194
- vmImage : ubuntu-16.04
195
- steps :
196
- - template : ci/azure-install-rust.yml
197
- - script : rustup component add rust-src
198
- displayName : Add rust-src
199
- - script : (test -x $HOME/.cargo/bin/cargo-xbuild || cargo install cargo-xbuild)
200
- displayName : Add cargo-xbuild
191
+ # - job: GameBoyAdvance
192
+ # dependsOn: StyleAndDocs
193
+ # pool:
194
+ # vmImage: ubuntu-16.04
195
+ # steps:
196
+ # - template: ci/azure-install-rust.yml
197
+ # - script: rustup component add rust-src
198
+ # displayName: Add rust-src
199
+ # - script: (test -x $HOME/.cargo/bin/cargo-xbuild || cargo install cargo-xbuild)
200
+ # displayName: Add cargo-xbuild
201
201
# Obtain the devkitPro tools, using `target/` as a temp directory. This
202
202
# is required because we need to use their linker. `lld` uses the `BLX`
203
203
# instruction, which was not available in thumb state code until ARMv5.
204
- - script : |
205
- mkdir -p target
206
- cd target
207
- wget https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb
208
- sudo dpkg -i devkitpro-pacman.deb
209
- sudo dkp-pacman -Sy
210
- sudo dkp-pacman -Syu
211
- sudo dkp-pacman -S -v --noconfirm gba-tools devkitARM
212
- export PATH="$PATH:/opt/devkitpro/devkitARM/bin"
213
- export PATH="$PATH:/opt/devkitpro/tools/bin"
214
- cd ..
215
- # Pull the target spec up into the current directory and then build
216
- mv ci/gba.json gba.json
217
- cargo xbuild -p core_arch --target gba.json
218
- variables :
219
- NORUN : 1
220
- NOSTD : 1
221
- NO_DOCKER : 1
204
+ # - script: |
205
+ # mkdir -p target
206
+ # cd target
207
+ # wget https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb
208
+ # sudo dpkg -i devkitpro-pacman.deb
209
+ # sudo dkp-pacman -Sy
210
+ # sudo dkp-pacman -Syu
211
+ # sudo dkp-pacman -S -v --noconfirm gba-tools devkitARM
212
+ # export PATH="$PATH:/opt/devkitpro/devkitARM/bin"
213
+ # export PATH="$PATH:/opt/devkitpro/tools/bin"
214
+ # cd ..
215
+ # # Pull the target spec up into the current directory and then build
216
+ # mv ci/gba.json gba.json
217
+ # cargo xbuild -p core_arch --target gba.json
218
+ # variables:
219
+ # NORUN: 1
220
+ # NOSTD: 1
221
+ # NO_DOCKER: 1
0 commit comments