Open Bug 1907401 Opened 1 year ago Updated 1 year ago

Deconflate OS and ARCH in manifests: remove apple_silicon

Categories

(Testing :: General, task)

task

Tracking

(Not tracked)

UNCONFIRMED

People

(Reporter: tmarble, Unassigned)

References

(Blocks 1 open bug)

Details

Remove 490 occurrences of apple_catalina or apple_silicon in TOML manifests
https://searchfox.org/mozilla-central/search?q=apple_&path=*.toml&case=false&regexp=false
Replace apple_silicon with os == 'mac' && os_version == '11.20'
Replace apple_catalina with os == 'mac' && os_version == '10.15'

Remove 39 occurrences of appleSilicon in Reftest manifests
https://searchfox.org/mozilla-central/search?q=appleSilicon&path=*list&case=false&regexp=false
Replace with cocoaWidget&&os_version==11.20

Note: appleCatalina does not occur in Reftest manifests

This bug should be implemented in 4 parts (3 for TOML and 1 for Reftest)

Depends on: 1907394
Blocks: 1907403
You need to log in before you can comment on or make changes to this bug.