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

Fix install-awscli.sh error in CI #81781

Merged
merged 1 commit into from
Feb 5, 2021
Merged

Fix install-awscli.sh error in CI #81781

merged 1 commit into from
Feb 5, 2021

Conversation

m-ou-se
Copy link
Member

@m-ou-se m-ou-se commented Feb 5, 2021

This fixes the install-awscli.sh error about missing 'bdist_wheel'.

@m-ou-se m-ou-se changed the title An attempt at fixing the CI. Fix install-awscli.sh error in CI Feb 5, 2021
@m-ou-se
Copy link
Member Author

m-ou-se commented Feb 5, 2021

r? @pietroalbini

@klensy
Copy link
Contributor

klensy commented Feb 5, 2021

Why not in the line with sudo apt-get install -y python3-setuptools, as python3-wheel?

@pietroalbini
Copy link
Member

r=me

@m-ou-se
Copy link
Member Author

m-ou-se commented Feb 5, 2021

That step now seems to work in the CI here, but it still gets cancelled right away because of the other problem: #81783

@m-ou-se
Copy link
Member Author

m-ou-se commented Feb 5, 2021

@bors r=pietroalbini rollup=always

It should work for bors though. Adding this to the rollup that's queue'd next.

@bors
Copy link
Contributor

bors commented Feb 5, 2021

📌 Commit 573f1c0 has been approved by pietroalbini

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Feb 5, 2021
bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 5, 2021
Rollup of 15 pull requests

Successful merges:

 - rust-lang#79554 (Generic associated types in trait paths)
 - rust-lang#80726 (relax adt unsizing requirements)
 - rust-lang#81307 (Handle `Span`s for byte and raw strings and add more detail )
 - rust-lang#81318 (rustdoc-json: Fix has_body)
 - rust-lang#81456 (Make remote-test-server easier to use with new targets)
 - rust-lang#81497 (rustdoc: Move `display_fn` struct inside `display_fn`)
 - rust-lang#81500 (Remove struct_type from union output)
 - rust-lang#81542 (Expose correct symlink API on WASI)
 - rust-lang#81676 (Add more information to the error code for 'crate not found')
 - rust-lang#81682 (Add additional bitset benchmarks)
 - rust-lang#81730 (Make `Allocator` object-safe)
 - rust-lang#81763 (Cleanup rustdoc pass descriptions a bit)
 - rust-lang#81767 (Update LayoutError/LayoutErr stability attributes)
 - rust-lang#81771 (Indicate change in RSS from start to end of pass in time-passes output)
 - rust-lang#81781 (Fix `install-awscli.sh` error in CI)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 2383cd4 into rust-lang:master Feb 5, 2021
@rustbot rustbot added this to the 1.51.0 milestone Feb 5, 2021
@m-ou-se m-ou-se deleted the fix-ci branch February 5, 2021 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants