Skip to content

Commit

Permalink
Add fake -spike argument to marshal build to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Mar 12, 2023
1 parent 5e4a55f commit abfa12f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions marshal
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def main():
build_parser.add_argument('config_files', nargs='+', help="Configuration file(s) to use.")
build_parser.add_argument('-B', '--binOnly', action='store_true', help="Only build the binary")
build_parser.add_argument('-I', '--imgOnly', action='store_true', help="Only build the image (may require an image if you have guest-init scripts)")
build_parser.add_argument('-s', '--spike', action='store_true', help=argparse.SUPPRESS)

# Launch command
launch_parser = subparsers.add_parser(
Expand Down

0 comments on commit abfa12f

Please sign in to comment.