-
Notifications
You must be signed in to change notification settings - Fork 32
Add emulated win-arm64 packs #109
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
Conversation
|
looks like this is confusing the packaging steps a bit |
|
@joeloff just a heads up that this is something we may need to be able to package as well, it's reusing the same pack for win-x64 and win-arm64 which seems to be confusing the tooling |
|
I tested locally and it's finding all the files. The change seems fine as we should be extracting the package content once and then harvesting it multiple times for the different MSI flavors we produce. |
|
It's literally missing a few files in what appears to be random folders. I'll take a look at the bin logs and see if anything useful is logged. |
|
OK, this is odd, it seems to be extracting the packages multiple times while building, which can explain why some files are disappearing. |
|
Think I know what's happening. You need to use Arcade 7.0.0-beta.22106.1 or later (that has the fix to dedupe packages and is the issue you're running into right now) |
|
I hadn't noticed main didn't have the arcade bump yet. Sorry for the noise |
|
No worries, we're making a lot of changes to how we generate workloads, so it's good to double check in case we missed anything |
|
main should have latest arcade now: #110 |
ad90229 to
7aaa719
Compare
No description provided.