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

Enable multiline build for better packaging of dora node. #683

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

haixuanTao
Copy link
Collaborator

It is necessary to make build multiline in order to build certain node.

This allow users to do the following:

nodes:
  - id: dora-microphone
    build: |
      pip install -e ../../node-hub/dora-microphones
      pip install -e ../../node-hub/dora-vad
    path: dora-microphone

or

nodes:
  - id: dora-microphone
    build: |
      sudo apt install abc
      pip install bar
    path: dora-microphone

@haixuanTao haixuanTao force-pushed the enable-multiline-build branch from 63c218d to bf06c5c Compare October 9, 2024 12:04
@haixuanTao haixuanTao merged commit a254d70 into main Oct 11, 2024
40 checks passed
@haixuanTao haixuanTao deleted the enable-multiline-build branch October 11, 2024 03:48
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