-
Notifications
You must be signed in to change notification settings - Fork 13.5k
ci cleanup: rustdoc-gui-test now installs browser-ui-test #143851
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
Conversation
rustbot has assigned @Mark-Simulacrum. Use |
This comment has been minimized.
This comment has been minimized.
c070840
to
5bc18df
Compare
This comment has been minimized.
This comment has been minimized.
5bc18df
to
4254f64
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I think it's much nicer to make sure that we have a known and exact environment, than trying to guess and compare what comes from the outside world.
r? @Kobzol |
8a1869c
to
4028b6d
Compare
This comment has been minimized.
This comment has been minimized.
4028b6d
to
2f62ee4
Compare
This comment has been minimized.
This comment has been minimized.
Err(e) => eprintln!("Couldn't find the CI browser-ui-test version: {:?}", e), | ||
} | ||
fn get_desired_browser_ui_test_version(src: &Path) -> Result<String, io::Error> { | ||
Ok("0.21.1") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we have a package.json
already? If not, please add a FIXME comment to update/remove this function once we make use of package.json
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, that's being added in a future PR that I want to make this CI change before.
once we have a package.json we could update this function to use npm update
, no? would that install a specific package according to the version in the package.json ..?
I suppose probably we'll just use npm install
, though.
2f62ee4
to
4d4da0e
Compare
Looks good! You can r=me once CI is green. @bors delegate+ |
✌️ @lolbinarycat, you can now approve this pull request! If @Kobzol told you to " |
4d4da0e
to
4deb8eb
Compare
this removes the need for --unsafe-perm in the Dockerfile.
4deb8eb
to
bbb114e
Compare
🌲 The tree is currently closed for pull requests below priority 100. This pull request will be tested once the tree is reopened. |
…s, r=Kobzol ci cleanup: rustdoc-gui-test now installs browser-ui-test this removes the need for --unsafe-perm in the Dockerfile. cc ``@GuillaumeGomez`` ``@Kobzol``
Rollup of 15 pull requests Successful merges: - #142304 (tests: Add `RUST_BACKTRACE` and `-Cpanic` revisions to `panic-main.rs` test) - #143388 (Various refactors to the LTO handling code) - #143409 (Enable xgot feature for mips64 musl targets) - #143592 (UWP: link ntdll functions using raw-dylib) - #143595 (add `const_make_global`; err for `const_allocate` ptrs if didn't call) - #143678 (Added error for invalid char cast) - #143820 (Fixed a core crate compilation failure when enabling the `optimize_for_size` feature on some targets) - #143829 (Trim `BorrowedCursor` API) - #143846 (pass --gc-sections if -Zexport-executable-symbols is enabled and improve tests) - #143851 (ci cleanup: rustdoc-gui-test now installs browser-ui-test) - #143856 (Linting public reexport of private dependencies) - #143895 (Dont collect assoc ty item bounds from trait where clause for host effect predicates) - #143922 (Improve path segment joining) - #143964 (Fix handling of SCRIPT_ARG in docker images) - #144016 (trait_sel: `MetaSized` always holds temporarily) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 15 pull requests Successful merges: - #142304 (tests: Add `RUST_BACKTRACE` and `-Cpanic` revisions to `panic-main.rs` test) - #143388 (Various refactors to the LTO handling code) - #143409 (Enable xgot feature for mips64 musl targets) - #143592 (UWP: link ntdll functions using raw-dylib) - #143595 (add `const_make_global`; err for `const_allocate` ptrs if didn't call) - #143678 (Added error for invalid char cast) - #143820 (Fixed a core crate compilation failure when enabling the `optimize_for_size` feature on some targets) - #143829 (Trim `BorrowedCursor` API) - #143851 (ci cleanup: rustdoc-gui-test now installs browser-ui-test) - #143856 (Linting public reexport of private dependencies) - #143895 (Dont collect assoc ty item bounds from trait where clause for host effect predicates) - #143922 (Improve path segment joining) - #143964 (Fix handling of SCRIPT_ARG in docker images) - #144002 (Update poison.rs) - #144016 (trait_sel: `MetaSized` always holds temporarily) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #143851 - lolbinarycat:bootstrap-node_modules, r=Kobzol ci cleanup: rustdoc-gui-test now installs browser-ui-test this removes the need for --unsafe-perm in the Dockerfile. cc ```@GuillaumeGomez``` ```@Kobzol```
this removes the need for --unsafe-perm in the Dockerfile.
cc @GuillaumeGomez @Kobzol