Michael
Michael
There's a lot of environment type code that needs to be implemented and native processes like generating checksums and zip extraction etc. Main reason I haven't done any of it...
Right, definitely something different output from the checksum command on windows server. `CertUtil:-hashfilecommandcompletedsuccessfully` ?
Could you test the same on Windows, just need to confirm this is a windows server issue.
I don't believe this is a concurrency problem, just that the powershell script we are using for checksums has a different output on windows server. we'll have to look into...
@matheusdiasdesouzads Could you run it with the debug logging for me? ``` apm -l d install com.distriqt.IDFA ``` Could also be worth deleting the `apm_packages` dir, as a temporary workaround?...
That's weird, the logging shouldn't change the checksum comparison. What extension is causing the issue?
Can you elaborate more, from the above I wouldn't expect a libs folder?
That swc doesn't come in the airpackage, it's for unusual build setups that aren't supported out of the box Regarding starling, I thought you meant you cleared your project then...
The blooddy lib is only a fallback it should use system functionality unless it's not available. I'll look into moving the fallback to a worker, though not sure this would...
Interesting, seems the merge command is outputting some unexpected error message but still succeeding. I'll have a look into it.