Skip to content

Commit

Permalink
fix: enable weak deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Dec 19, 2024
1 parent 507919c commit da0b8f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions katsu/modules/base/base-disk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dnf:
- --setopt=keepcache=True
- --setopt=tsflags=
- --setopt=max_parallel_downloads=20
- --setopt=install_weak_deps=False
exclude:
- fedora-release*
- generic-release*
Expand Down
1 change: 1 addition & 0 deletions katsu/modules/base/base-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dnf:
- --setopt=keepcache=True
- --setopt=tsflags=nodocs
- --setopt=max_parallel_downloads=20
- --setopt=install_weak_deps=False
exclude:
- fedora-release*
- generic-release*
Expand Down
1 change: 1 addition & 0 deletions katsu/modules/base/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dnf:
- --setopt=keepcache=True
- --setopt=tsflags=
- --setopt=max_parallel_downloads=20
- --setopt=install_weak_deps=False
exclude:
- fedora-release*
- generic-release*
Expand Down
1 change: 1 addition & 0 deletions katsu/modules/wsl/wsl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dnf:
- --setopt=keepcache=True
- --setopt=tsflags=
- --setopt=max_parallel_downloads=20
- --setopt=install_weak_deps=False
exclude:
- fedora-release*
- generic-release*
Expand Down

0 comments on commit da0b8f9

Please sign in to comment.