-
Notifications
You must be signed in to change notification settings - Fork 1.2k
remove rust-llvm depext for conf-rust-llvm in ubuntu #27642
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
provided by the rustc package which should provided by the dependency on conf-rust which depends on cargo
I don't understand where does the error come from for Ubuntu:
Because I removed the depext on |
@zapashcanon do you know in which version of ubuntu it started being provided by the rustc package? I could not find it |
Why did you remove it on Debian? It should stay there, this package exists and is required in Debian. Regarding Ubuntu, I'm not sure about the version (it seems it has always been there), but you can see Also, did you see my previous question? Why is the CI trying to install the |
I don’t see it being installed in the ci. It fails to find rust-lld |
Isn't it simply because you removed it from Debian? It was installing it in the beginning and I suspect something is going on between Debian and Ubuntu. Are packages specified for debian family installed on ubuntu? |
I thought they would not, since the family filter is different |
Well, it seems it is now trying to install it again: https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/d29c58d5a87cd15d0a0834def4b71d5ce1592e70/variant/distributions,ubuntu-24.10-ocaml-5.3,conf-rust-llvm.1
Do you have any clue about why it does so? EDIT: I tried changing |
ubuntu seems to be still failing |
Indeed, but at least it was not trying to install the Now, I have to understand why |
4b4bb4d
to
c8b37b2
Compare
OK, there's something weird going on. Is there a Docker image I can run to get an environment that is the same as what is run on the CI (the Ubuntu one)? I had a quick look at the ocurrent/opam-repo-ci README but did not find anything |
I am on mobile and cannot copy paste comfortably, but you can find the instruction to reproduce the environment on the top of the logs |
Fedora and ubuntu still seem to have issues. Not sure how to proceed |
Yes, I made some progress locally, I'll get back to it soon. |
rust-lld is provided by the rustc package which should provided by the dependency on conf-rust which depends on cargo