Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move s390x-unknown-linux-musl to build.sh #2086

Merged
merged 2 commits into from Feb 28, 2021
Merged

Conversation

JohnTitor
Copy link
Member

Fixes #2085
r? @ghost

@JohnTitor
Copy link
Member Author

@bors try

@bors
Copy link
Contributor

bors commented Feb 28, 2021

⌛ Trying commit 9a29ee3 with merge 0ad3ed2...

bors added a commit that referenced this pull request Feb 28, 2021
Move `s390x-unknown-linux-musl` to build.sh

Fixes #2085
r? `@ghost`
@bors
Copy link
Contributor

bors commented Feb 28, 2021

💔 Test failed - checks-actions

@JohnTitor
Copy link
Member Author

@bors r+

@bors
Copy link
Contributor

bors commented Feb 28, 2021

📌 Commit 9fca609 has been approved by JohnTitor

@bors
Copy link
Contributor

bors commented Feb 28, 2021

⌛ Testing commit 9fca609 with merge 449b00b...

bors added a commit that referenced this pull request Feb 28, 2021
Move `s390x-unknown-linux-musl` to build.sh

Fixes #2085
r? `@ghost`
@bors
Copy link
Contributor

bors commented Feb 28, 2021

💔 Test failed - checks-actions

@JohnTitor
Copy link
Member Author

Failure:

error[E0412]: cannot find type `ipc_perm` in the crate root
  --> src/unix/linux_like/linux/musl/b64/mod.rs:51:25
   |
51 |         pub shm_perm: ::ipc_perm,
   |                         ^^^^^^^^ not found in the crate root

error[E0412]: cannot find type `ipc_perm` in the crate root
  --> src/unix/linux_like/linux/musl/b64/mod.rs:64:25
   |
64 |         pub msg_perm: ::ipc_perm,
   |                         ^^^^^^^^ not found in the crate root

error[E0412]: cannot find type `__rlimit_resource_t` in the crate root
   --> src/unix/linux_like/linux/musl/b64/s390x.rs:205:25
    |
205 | pub const RLIMIT_RSS: ::__rlimit_resource_t = 5;
    |                         ^^^^^^^^^^^^^^^^^^^ not found in the crate root

error[E0412]: cannot find type `__rlimit_resource_t` in the crate root
   --> src/unix/linux_like/linux/musl/b64/s390x.rs:206:24
    |
206 | pub const RLIMIT_AS: ::__rlimit_resource_t = 9;
    |                        ^^^^^^^^^^^^^^^^^^^ not found in the crate root

error[E0412]: cannot find type `__rlimit_resource_t` in the crate root
   --> src/unix/linux_like/linux/musl/b64/s390x.rs:207:29
    |
207 | pub const RLIMIT_MEMLOCK: ::__rlimit_resource_t = 8;
    |                             ^^^^^^^^^^^^^^^^^^^ not found in the crate root

error[E0412]: cannot find type `__rlimit_resource_t` in the crate root
   --> src/unix/linux_like/linux/musl/b64/s390x.rs:208:28
    |
208 | pub const RLIMIT_NOFILE: ::__rlimit_resource_t = 7;
    |                            ^^^^^^^^^^^^^^^^^^^ not found in the crate root

error[E0412]: cannot find type `__rlimit_resource_t` in the crate root
   --> src/unix/linux_like/linux/musl/b64/s390x.rs:209:27
    |
209 | pub const RLIMIT_NPROC: ::__rlimit_resource_t = 6;
    |                           ^^^^^^^^^^^^^^^^^^^ not found in the crate root

error: aborting due to 7 previous errors

For more information about this error, try `rustc --explain E0412`.
error: could not compile `libc`

@JohnTitor
Copy link
Member Author

@bors try

bors added a commit that referenced this pull request Feb 28, 2021
Move `s390x-unknown-linux-musl` to build.sh

Fixes #2085
r? `@ghost`
@bors
Copy link
Contributor

bors commented Feb 28, 2021

⌛ Trying commit 8898ff3 with merge 05863d9...

@bors
Copy link
Contributor

bors commented Feb 28, 2021

💔 Test failed - checks-actions

@JohnTitor
Copy link
Member Author

@bors r+

@bors
Copy link
Contributor

bors commented Feb 28, 2021

📌 Commit 4236280 has been approved by JohnTitor

@bors
Copy link
Contributor

bors commented Feb 28, 2021

⌛ Testing commit 4236280 with merge 73c3a3e...

bors added a commit that referenced this pull request Feb 28, 2021
Move `s390x-unknown-linux-musl` to build.sh

Fixes #2085
r? `@ghost`
@bors
Copy link
Contributor

bors commented Feb 28, 2021

💔 Test failed - checks-actions

@JohnTitor
Copy link
Member Author

@bors r+

@bors
Copy link
Contributor

bors commented Feb 28, 2021

📌 Commit 8e12d7d has been approved by JohnTitor

bors added a commit that referenced this pull request Feb 28, 2021
Move `s390x-unknown-linux-musl` to build.sh

Fixes #2085
r? `@ghost`
@bors
Copy link
Contributor

bors commented Feb 28, 2021

⌛ Testing commit 8e12d7d with merge ee12360...

@JohnTitor
Copy link
Member Author

@bors retry r-

@JohnTitor
Copy link
Member Author

@bors r+

@bors
Copy link
Contributor

bors commented Feb 28, 2021

📌 Commit 51d8538 has been approved by JohnTitor

@bors
Copy link
Contributor

bors commented Feb 28, 2021

⌛ Testing commit 51d8538 with merge 0b5f211...

bors added a commit that referenced this pull request Feb 28, 2021
Move `s390x-unknown-linux-musl` to build.sh

Fixes #2085
r? `@ghost`
@bors
Copy link
Contributor

bors commented Feb 28, 2021

💔 Test failed - checks-actions

@JohnTitor
Copy link
Member Author

@bors r+

@bors
Copy link
Contributor

bors commented Feb 28, 2021

📌 Commit 9f2acfa has been approved by JohnTitor

@bors
Copy link
Contributor

bors commented Feb 28, 2021

⌛ Testing commit 9f2acfa with merge 04db260...

@bors
Copy link
Contributor

bors commented Feb 28, 2021

☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13
Approved by: JohnTitor
Pushing 04db260 to master...

@bors bors merged commit 04db260 into rust-lang:master Feb 28, 2021
@JohnTitor JohnTitor deleted the s390x-musl branch February 28, 2021 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move s390x-unknown-linux-musl to the build check
3 participants