Skip to content

Commit

Permalink
Merge pull request #66 from Ultramarine-Linux/lleyton/fix/weak
Browse files Browse the repository at this point in the history
fix: enable weak deps
  • Loading branch information
lleyton authored Dec 19, 2024
2 parents 507919c + 7b1f5a5 commit c4e66cf
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=True
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=True
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=True
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=True
exclude:
- fedora-release*
- generic-release*
Expand Down

0 comments on commit c4e66cf

Please sign in to comment.