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

Catch unsupported build mode passed to build.py #118

Merged
merged 1 commit into from
Apr 28, 2023

Conversation

jerrinsg
Copy link
Contributor

When build.py is invoked with --build_only, it reuses the existing controller source code to build the docker image. This assumes that the necessary sieve instrumentation for building the controller in the specified mode is already present in the source tree. But this limits passing in 'ALL' mode to build.py to build all three controller image variants at the same time. Adding in code changes to throw an error in this case until this support is added.

When build.py is invoked with --build_only, it reuses the existing
controller source code to build the docker image. This assumes that the
necessary sieve instrumentation for building the controller in the
specified mode is already present in the source tree. But this limits
passing in 'ALL' mode to build.py to build all three controller image
variants at the same time. Adding in code changes to throw an error in
this case until this support is added.
@lalithsuresh lalithsuresh merged commit 49be269 into sieve-project:main Apr 28, 2023
@lalithsuresh lalithsuresh removed the request for review from marshtompsxd April 28, 2023 06: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.

None yet

2 participants