-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
Some platforms we build aarch64 packages on won't install them due to a platform mismatch. We have been treating arm64 and aarch64 as synonyms, but that's not actually the case on RPM platforms because the platform match is a strict string match. We need to figure out which platforms need to be arm64 and which need to be aarch64 and ensure the packages get built correctly for each platform.
Note: packager.py currently forces the platform a package is built for through its arguments as provided in evergreen.yml. We could instead ask RPM to expand the platform macro so we know where to find the packages rpmbuild outputs so we're not forcing things. However, packager.py may not easily support such a change.
- duplicates
-
SERVER-71250 Nightly package tests fail due to missing packages
- Closed
- is related to
-
SERVER-70121 Ubuntu 18 packaging tests shows error with systemctl
- Closed