Tom Petr

Results 6 comments of Tom Petr

The future is now

For Python linux aarch64 wheels, it could be as simple as ~adding `CIBW_ARCHS_LINUX: "auto aarch64"` to the [cibuildwheel](https://github.com/osohq/oso/blob/main/.github/workflows/release.yml#L342-L352) step (and maybe installing qemu if missing).~ adding a separate aarch64 wheel...

Sorry for the slow response, folks. @dolmen’s approach sounds correct so I’ll close this ancient PR. Thanks everyone for the input!

[Progress](https://github.com/semgrep/semgrep/actions/runs/7864666832/job/21456700062)... I'm sure at least a handful of these are brittle path comparisons ``` 1569/1569 selected tests: 1535 successful (1533 pass, 2 xfail) 34 unsuccessful (34 fail, 0 xpass) overall...

@EmberAle Your issue might be related to #19 -- what Stage are you using for your GuiceBundle? (GuiceBundle.Builder currently defaults to `PRODUCTION`) Could you let me know if switching to...