decalage2 / olefile

olefile is a Python package to parse, read and write Microsoft OLE2 files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), such as Microsoft Office 97-2003 documents, vbaProject.bin in MS Office 2007+ files, Image Composer and FlashPix files, Outlook messages, StickyNotes, several Microscopy file formats, McAfee antivirus quarantine files, etc.
http://www.decalage.info/olefile
Other
231 stars 77 forks source link

Adding Travis-Ci Support For Arm64 #126

Closed ossdev07 closed 4 years ago

ossdev07 commented 4 years ago

Travis-CI has added support for ARM64. Added ARM64 job in Travis-CI.

hugovk commented 4 years ago

What's the benefit on testing on ARM64? Is there something in this project which might have different results on different CPUs, and is it necessary to test all Python versions?

What about the other two CPUs?

rhenwood-arm commented 4 years ago

@hugovk : I have been working with @ossdev07 on a down-stream project on AArch64 (ARM64) that has olefile as a dependency. olefile is a pure python project with a straightforward travis-ci build job and that doesn't have a binary release. In this case, there is very little benefit in testing on alternative architectures, and this PR can probably be held in reserve until it is needed.

decalage2 commented 4 years ago

It looks like this PR is not really necessary, so I will close it for now. If you find a specific issue with ARM64 in the future, please reopen it.