Just completed testing & building of vmx images for macos1405, so hopefully for AWS they will work just fine.
There are a couple of complication I had to solve:
xcode 15 now is coming without iOS sim runtime, that makes it smaller, but requires us to install simulator
TCC db is changed, so I modified the logic to insert only the important fields and keep the rest default
Side change is for Docker post-process: nowdays docker uses OCI images, which are different from the legacy format - still stores layers as sha256, but files instead of folders. So had to add OCI processor to keep the images slim and not to ruin CI.
Related Issue
fixes: #53
Motivation and Context
Progress should never stop!
How Has This Been Tested?
Manually on VMX, including CI UI with modification of the TCC.db
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Just completed testing & building of vmx images for macos1405, so hopefully for AWS they will work just fine.
There are a couple of complication I had to solve:
Side change is for Docker post-process: nowdays docker uses OCI images, which are different from the legacy format - still stores layers as sha256, but files instead of folders. So had to add OCI processor to keep the images slim and not to ruin CI.
Related Issue
fixes: #53
Motivation and Context
Progress should never stop!
How Has This Been Tested?
Manually on VMX, including CI UI with modification of the TCC.db
Types of changes
Checklist: