-
Notifications
You must be signed in to change notification settings - Fork 48
ogma-cli: Problem with dependency prevents CI jobs from completing #151
Copy link
Copy link
Closed
Labels
CR:Status:ClosedAdmin only: Change request that has been completedAdmin only: Change request that has been completedCR:Type:ManagementAdmin only: Change request for conformance with policies or proceduresAdmin only: Change request for conformance with policies or procedures
Milestone
Description
Description
jsonpath uses a function that is only available in aeson >= 2.0.3.0, but the dependency only requires aeson >= 2. This breaks the installation in the CI jobs if aeson >= 2 && aeson < 2.0.3.0 is picked.
Type
- Management: fix to CI set up due to issue with dependency.
Additional context
None.
Requester
- Ivan Perez.
Method to check presence of bug
Not applicable (not a bug).
Expected result
- Installation in the CI jobs completes successfully.
Desired result
- Installation in the CI jobs completes successfully.
Proposed solution
- Add a constraint in the CI jobs to require
aesongreater than2.0.2.0.
Further notes
- The issue is with a dependency, so it's not really a bug in our project. This is therefore classified as management.
- The issue has been filed with
jsonpathat: Error installing withaeson-2.0.2.0akshaymankar/jsonpath-hs#48
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CR:Status:ClosedAdmin only: Change request that has been completedAdmin only: Change request that has been completedCR:Type:ManagementAdmin only: Change request for conformance with policies or proceduresAdmin only: Change request for conformance with policies or procedures