GobySoft / dccl

Dynamic Compact Control Language
Other
17 stars 13 forks source link

4.0 fix cross compile python extension name #112

Closed tsaubergine closed 1 year ago

tsaubergine commented 1 year ago

Fixes #110.

@ltoohey can you verify functionality for armhf? I've checked arm64 but don't have an armhf machine readily available.

psmskelton commented 1 year ago

Seems to be correct now.

platform: armv7l a.k.a. armhf OS: ubuntu 20.04.1 kernel 5.4.58-211 continuous: 4.1.0~beta1+20+g5fcb9e86-0~ubuntu20.04.1

Any chance of getting sanitizer CI's for arm64 and armhf builds?

tsaubergine commented 1 year ago

arm builds are cross-compiled, so not sure how useful any sanitizer instrumented builds will be. CircleCI does have arm architecture runners now, so I could do those natively. Are you seeing issues not captured in amd64?