-
-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
priority: must havetype: refactorWill make for better and more idiomatic code/architectureWill make for better and more idiomatic code/architecture
Milestone
Description
This is a tracking issue for the fact that the rust boulder uses 386
for the ISA where the dlang boulder used x86
. To resolve this (per discussion in Matrix), we need to do the following:
- Add duplicate provides to all emul32 packages to provide both
386
andx86
for all provides fields. Override the depends to usex86
INSTEAD OF386
- boulder: Fix emul32 incompatibility with dlang boulder #223 - Rebuild all emul32 packages with that boulder
- Change the depends field to
386
instead ofx86
- Rebuild all emul32 packages with that boulder
- Strip out the compat code so that emul32 package only provide and depend on
386
- (Optional) Rebuild emul32 packages again. This is optional because it will happen naturally over time.
Metadata
Metadata
Assignees
Labels
priority: must havetype: refactorWill make for better and more idiomatic code/architectureWill make for better and more idiomatic code/architecture