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

openlane: support specifying tag on command line #238

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

Conversation

xobs
Copy link

@xobs xobs commented Dec 26, 2022

Support specifying the runs tag on the command line. This enables running multiple builds at the same time within the same minute provided the user supplies a unique tag on the command line. An example of an acceptable command might be:

OPENLANE_RUN_TAG=$PDK-$(date '+%Y-%m-%d_%H-%M') make user_proj_example

Support specifying the `runs` tag on the command line. This enables
running multiple builds at the same time within the same minute provided
the user supplies a unique tag on the command line. An example of an
acceptable command might be:

    OPENLANE_RUN_TAG=$PDK-$(date '+%Y-%m-%d_%H-%M') make user_proj_example

Signed-off-by: Sean Cross <sean@xobs.io>
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.

2 participants