Skip to content

Commit

Permalink
Make big-merge the default strategy in config. See #462
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed May 3, 2024
1 parent 8a98768 commit cba8410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshot_manager/snapshot_manager/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Config:
datetime: "datetime.datetime" = datetime.datetime.now()
"""Datetime of today"""

build_strategy: str = "standalone"
build_strategy: str = "big-merge"
"""The build strategy to use a by default."""

github_repo: str = "fedora-llvm-team/llvm-snapshots-test"
Expand Down

0 comments on commit cba8410

Please sign in to comment.