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

add non-interactive recipe for the openlane Makefile #8

Open
mattvenn opened this issue Dec 27, 2021 · 0 comments
Open

add non-interactive recipe for the openlane Makefile #8

mattvenn opened this issue Dec 27, 2021 · 0 comments

Comments

@mattvenn
Copy link

if we run make user_project_wrapper from a CI like github actions, it will fail with tty errors.
This is because the docker is invoked with the -it flags.
It would be nice to have a recipe we could call from CI like:

docker run -v $(OPENLANE_ROOT):/openLANE_flow
-v $(PDK_ROOT):$(PDK_ROOT)
-v $(PWD)/..:/project
-v $(CARAVEL_ROOT):$(CARAVEL_ROOT)
-e PDK_ROOT=$(PDK_ROOT)
-e CARAVEL_ROOT=$(CARAVEL_ROOT)
-u $(shell id -u $(USER)):$(shell id -g $(USER))
$(OPENLANE_IMAGE_NAME) sh -c $(OPENLANE_BASIC_COMMAND);\

ef-staff pushed a commit that referenced this issue Jan 10, 2022
ef-staff pushed a commit that referenced this issue Feb 2, 2022
ef-staff pushed a commit that referenced this issue Nov 17, 2022
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

No branches or pull requests

1 participant