-
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
base: master
Are you sure you want to change the base?
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. |
this removes the need for --unsafe-perm in the Dockerfile.
cc @GuillaumeGomez @Kobzol