Bug 1919476
Summary: | F34FailsToInstall: golang-github-open-policy-agent-opa-devel | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | open-policy-agent | Assignee: | Olivier Lemasle <o.lemasle> |
Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | eclipseo, go-sig, o.lemasle |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-01-28 05:37:39 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1868279 |
Description
Miro Hrončok
2021-01-22 23:53:44 UTC
Disabling the test with -t internal/wasm/sdk is not sufficent to remove wasmer, you also need to exclude internal/wasm/sdk from the build otherwise the dependency checker will pick up github.com/wasmerio/go-ext-wasm/wasmer as a dependency. This won't be easy as other part of the code depends on internal/wasm being present, like resolver/wasm/ Thank you Robert-André for your comment. It should actually be possible to remove the wasmer dependency, as wasmer is only used when the tag "opa_wasm" is passed to Go build (which is the default in the Makefile, but not the case here). So I'll try to remove the dependency. On the other hand, I'm also working to package golang(github.com/wasmerio/go-ext-wasm/wasmer), which implies packaging the Rust library wasmer. This is on its way, but there are lot of dependencies... Release 0.26.0-2 should fix the issue. https://koji.fedoraproject.org/koji/taskinfo?taskID=60587727 Yeah I took a look at wasmer, and the dependency chain is a pita. Hello, Please note that this comment was generated automatically. If you feel that this output has mistakes, please contact me via email (mhroncok). All subpackages of a package against which this bug was filled are now installable or removed from Fedora 34. Thanks for taking care of it! |