google / safeside

Understand and mitigate software-observable side-channels
BSD 3-Clause "New" or "Revised" License
493 stars 53 forks source link

Add native arm64 and ppc64le Travis builds #97

Closed mmdriley closed 4 years ago

mmdriley commented 4 years ago

See these Travis blog posts:

Also remove the now-redundant cross-compiles on x86_64.

Obvious next step -- use these for testing!

mmdriley commented 4 years ago

Right, we run the Win32 and Win64 builds on the same worker since they're pretty fast and the overall runtime is dominated by setting up the workers. I also sort of assume that Travis has more limited Windows capacity. (But not nearly as limited as Mac.)