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
d6159ebc
Unverified
Commit
d6159ebc
authored
5 years ago
by
Yuki Okushi
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1695 from JohnTitor/s390x
Enable `s390x-unknown-linux-gnu` on CI
parents
64b919f1
52270b06
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ci/azure.yml
+2
-2
2 additions, 2 deletions
ci/azure.yml
ci/linux-s390x.sh
+2
-2
2 additions, 2 deletions
ci/linux-s390x.sh
libc-test/build.rs
+2
-0
2 additions, 0 deletions
libc-test/build.rs
with
6 additions
and
4 deletions
ci/azure.yml
+
2
−
2
View file @
d6159ebc
...
...
@@ -70,8 +70,8 @@ jobs:
TARGET
:
powerpc64-unknown-linux-gnu
powerpc64le-unknown-linux-gnu
:
TARGET
:
powerpc64le-unknown-linux-gnu
#
s390x-unknown-linux-gnu:
#
TARGET: s390x-unknown-linux-gnu
s390x-unknown-linux-gnu
:
TARGET
:
s390x-unknown-linux-gnu
#wasm32-wasi
# TARGET: wasm32-wasi
sparc64-unknown-linux-gnu
:
...
...
This diff is collapsed.
Click to expand it.
ci/linux-s390x.sh
+
2
−
2
View file @
d6159ebc
...
...
@@ -6,8 +6,8 @@ mkdir -m 777 /qemu
cd
/qemu
curl
--retry
5
-LO
https://github.com/qemu/qemu/raw/master/pc-bios/s390-ccw.img
curl
--retry
5
-LO
http://ftp.debian.org/debian/dists/testing/main/installer-s390x/2019
0410
/images/generic/kernel.debian
curl
--retry
5
-LO
http://ftp.debian.org/debian/dists/testing/main/installer-s390x/2019
0410
/images/generic/initrd.debian
curl
--retry
5
-LO
http://ftp.debian.org/debian/dists/testing/main/installer-s390x/2019
1129
/images/generic/kernel.debian
curl
--retry
5
-LO
http://ftp.debian.org/debian/dists/testing/main/installer-s390x/2019
1129
/images/generic/initrd.debian
mv
kernel.debian kernel
mv
initrd.debian initrd.gz
...
...
This diff is collapsed.
Click to expand it.
libc-test/build.rs
+
2
−
0
View file @
d6159ebc
...
...
@@ -2531,6 +2531,8 @@ fn test_linux(target: &str) {
"utsname"
if
mips32
||
mips64
=>
true
,
// FIXME:
"mcontext_t"
if
s390x
=>
true
,
// FIXME: This is actually a union.
"fpreg_t"
if
s390x
=>
true
,
"sockaddr_un"
|
"sembuf"
|
"ff_constant_effect"
if
mips32
&&
(
gnu
||
musl
)
=>
...
...
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