Skip to content

Commit c6500b9

Browse files
committed
Disable Game Boy Advance build job temporarily
1 parent 0df8469 commit c6500b9

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

azure-pipelines.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -188,34 +188,34 @@ jobs:
188188
- script: cargo test --manifest-path crates/stdarch-verify/Cargo.toml
189189
displayName: Automatic verification
190190

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
201201
# Obtain the devkitPro tools, using `target/` as a temp directory. This
202202
# is required because we need to use their linker. `lld` uses the `BLX`
203203
# 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

Comments
 (0)