Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
felixmoebius
libc
Commits
17d31065
Unverified
Commit
17d31065
authored
4 years ago
by
Yuki Okushi
Browse files
Options
Downloads
Patches
Plain Diff
Disable tests for the switch target, for now
parent
77d522ee
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ci/build.sh
+17
-14
17 additions, 14 deletions
ci/build.sh
with
17 additions
and
14 deletions
ci/build.sh
+
17
−
14
View file @
17d31065
...
...
@@ -235,20 +235,23 @@ if [ "${RUST}" = "nightly" ] && [ "${OS}" = "linux" ]; then
done
# Nintendo switch
cargo clean
mkdir
-p
target
(
cd
target
wget https://github.com/devkitPro/pacman/releases/download/v1.0.1/devkitpro-pacman.deb
sudo
dpkg
-i
devkitpro-pacman.deb
sudo
dkp-pacman
-Sy
sudo
dkp-pacman
-Syu
sudo
dkp-pacman
-S
-v
--noconfirm
switch-dev devkitA64
)
cp
ci/switch.json switch.json
PATH
=
"
$PATH
:/opt/devkitpro/devkitA64/bin"
PATH
=
"
$PATH
:/opt/devkitpro/tools/bin"
cargo xbuild
--target
switch.json
# FIXME: Somehow downloads.devkitpro.org returns 403 now.
# Temorarily disabled tests for this target.
# cargo clean
# mkdir -p target
# (
# cd target
# wget https://github.com/devkitPro/pacman/releases/download/v1.0.2/devkitpro-pacman.amd64.deb
# sudo apt-get install gdebi-core
# sudo gdebi -nq devkitpro-pacman.amd64.deb
# sudo dkp-pacman -Sy
# sudo dkp-pacman -Syu
# sudo dkp-pacman -S -v --noconfirm switch-dev devkitA64
# )
# cp ci/switch.json switch.json
# PATH="$PATH:/opt/devkitpro/devkitA64/bin"
# PATH="$PATH:/opt/devkitpro/tools/bin"
# cargo xbuild --target switch.json
fi
RUST_OSX_NO_CORE_TARGETS
=
"
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment