-
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.
@@ -100,6 +100,5 @@ COPY scripts/shared.sh /scripts/ | |||
# The `browser-ui-test.version` file is also used by bootstrap to emit warnings in case | |||
# the local version of the package is different than the one used by the CI. | |||
ENV SCRIPT /tmp/checktools.sh ../x.py && \ |
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.
You can now delete the comment above, it's outdated. The version file itself can also be deleted, and rustdoc-gui-test can just hardcode the version for now, later we'll switch it to package.json
.
Btw the same outdated comment is also in x86_64-gnu-miri/Dockerfile
, could you please also delete it from there? Thanks.
r? @Kobzol |
8a1869c
to
4028b6d
Compare
This comment has been minimized.
This comment has been minimized.
this removes the need for --unsafe-perm in the Dockerfile.
4028b6d
to
2f62ee4
Compare
The job Click to see the possible cause of the failure (guessed by this bot)
|
this removes the need for --unsafe-perm in the Dockerfile.
cc @GuillaumeGomez @Kobzol