You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ability to install tools distributed in the source form
ability to use aquaproj to download/verify into specified folder
If this can be somehow achieved already extend documentation to cover this use case.
Why is the feature needed?
I wanted to use aqua to build a tool from source. In particular I am interesting in building lua. The main distribution method for lua is a source tarball. I hope I can use aquaproj to fetch and validate digest and then run a build script. However, apparently it is not possible.
As I can see there are at least few things missing to support this use case:
ability to specify checksum value (lua web site doesn't provide a checksum file all values are included in the html page) in yaml
ability to download regardless of missing executable
ability to run series of build commands
pre-flight hook to execute a check which verify that all build dependencies are installed and complaining otherwise
Does the feature include Breaking Changes?
It shouldn't
Example Code
---
# aqua Policy# https://aquaproj.github.io/docs/tutorial-extras/policy-as-coderegistries:
- type: standardref: semver(">= 3.0.0")
- name: maintype: localpath: ./registry.yamlpackages:
- registry: main
- registry: standard
Feature Overview
Add either of the following features
If this can be somehow achieved already extend documentation to cover this use case.
Why is the feature needed?
I wanted to use aqua to build a tool from source. In particular I am interesting in building lua. The main distribution method for lua is a source tarball. I hope I can use aquaproj to fetch and validate digest and then run a build script. However, apparently it is not possible.
As I can see there are at least few things missing to support this use case:
Does the feature include Breaking Changes?
It shouldn't
Example Code
aqua-checksums.json
registry.yaml
aqua.yaml
The text was updated successfully, but these errors were encountered: