Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openflow: add configure.py #7

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

openflow: add configure.py #7

wants to merge 1 commit into from

Conversation

rodrigomelo9
Copy link
Contributor

It allows configuring the OCI engine, containers and tool names.

@rodrigomelo9
Copy link
Contributor Author

To be used for example from Makefiles, when installed (pip install -e .) you can run openflow_cfg <TOOL> to get the oci command. For example:

$ openflow_cfg yosys
docker run --rm -v $HOME:$HOME -w $PWD hdlc/ghdl:yosys yosys

@rodrigomelo9 rodrigomelo9 force-pushed the add-configure branch 3 times, most recently from b569b04 to 5d58993 Compare March 29, 2021 23:08
@rodrigomelo9 rodrigomelo9 force-pushed the add-configure branch 3 times, most recently from e1a61e5 to 6ed8604 Compare March 30, 2021 13:32
A class, and a helper that uses it, to configure the OCI engine, containers
and tools names.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant