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

Support compiling dependencies from source #7

Merged
merged 14 commits into from
May 13, 2020
Merged

Conversation

chapulina
Copy link
Contributor

Sometimes we want to compile some Ignition dependency from source. For example, when developing the next release, or for testing PRs.

Resolves #5

chapulina added 5 commits May 1, 2020 14:17
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
chapulina added 9 commits May 11, 2020 14:25
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
@chapulina
Copy link
Contributor Author

@j-rivero , all downstream libraries are being built successfully with this branch and all those PRs have been approved.

Copy link
Contributor

@j-rivero j-rivero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes looks good to me.
Out of the scope of this PR: I noticed that we are using set -x in entrypoint.sh script, I miss a set -e to stop on errors, not sure that behavior is in effect by using other mechanisms.

@chapulina
Copy link
Contributor Author

I miss a set -e to stop on errors, not sure that behavior is in effect by using other mechanisms.

Thanks for the tip, I'll look into this while addressing #6

@chapulina chapulina merged commit 0bbce7f into master May 13, 2020
@chapulina chapulina deleted the ign_from_src branch May 13, 2020 17:06
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.

Build Ignition dependencies from source
2 participants