benfred / py-spy

Sampling profiler for Python programs
MIT License
12.89k stars 431 forks source link

Enabled ppc64le arch on CI and fixed lint & build issues #677

Open alhad-deshpande opened 3 months ago

alhad-deshpande commented 3 months ago
  1. Enabled ppc64le arch on CI by using powerpc64le-musl image
  2. Fixed lint & build issues which were occurring on latest master branch while building on CI
alhad-deshpande commented 3 months ago

@benfred We want to enable ppc64le on CI. Can you please review this PR?