ctc-oss / fapolicy-analyzer

Tools to assist with the configuration and management of fapolicyd.
https://ctc-oss.github.io/fapolicy-analyzer
GNU General Public License v3.0
12 stars 5 forks source link

Fix cross builds #753

Closed jw3 closed 1 year ago

jw3 commented 1 year ago

Exclude s390x and ppc64le arches to avoid a known issue building the ring crate on these arches.

This also changes the wheel install to properly reference the target architecture when in a cross build.

Closes #751 Closes #752

jw3 commented 1 year ago

Once the fix is verified the following can be added to our bz issue.


This package will be excluding the s390x and ppc64le arches to avoid a known issue building the ring crate.

Per the packaging guidelines, a reference to bz 1869980 has been added next to the ExcludeArch line.