-
Notifications
You must be signed in to change notification settings - Fork 34
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
multiple archs: ignorearch option not picked up? #114
Comments
Ah, it seems like I might have to add some code to treat it similarly to this flag: Lines 190 to 202 in 7b84c06
and then Lines 563 to 566 in 7b84c06
|
rb2k
changed the title
multiple archs: rpmrc options not picked up?
multiple archs: ignorearch option not picked up?
Aug 4, 2021
Hmm, I think this might also not be easily surfaced in libdnf yet? |
This was referenced Aug 5, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update
It seems like ignorearch is not picked up from the dnf.conf
PREVIOUS CONTEXT
We are running rpm and microdnf on our mac fleet.
I am experimenting with Apple's new M1 CPUs, so I'd like to be able to install x86 and aarch64 RPMs on the M1 machines since they can run both (one natively, one via rosetta 2).
To make things a bit simpler, I tried to start with the easy use-case: allow installation of aarch64 architecture RPMs ona an x86 machine.
For RPM, all I needed to do was add aarch64 as a compatible option for x86_64:
And I was able to install the RPM with rpm directly:
However, if try to install the same RPM from the repo using microDNF:
This is a very similar (but not exactly the same) error message as if I didn't have the rpmrc file set up correctly.
I tried setting
In the dnf.conf, but no luck so far.
Any idea what else I would have to do to let microdnf recognize the additional arch as valid?
The text was updated successfully, but these errors were encountered: