Skip to content

Commit

Permalink
Merge pull request #9999 from wolfi-dev/imjasonh-patch-4
Browse files Browse the repository at this point in the history
Add comment about `!musl` in glibc.yaml
  • Loading branch information
kaniini authored Dec 15, 2023
2 parents 2f7b2cc + 78716f4 commit 582a112
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions glibc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ package:
- license: GPL-3.0-or-later
dependencies:
runtime:
# This prevents Alpine users from being able to `apk add` any Wolfi packages
# that depend on glibc, if they happen to have configured both repositories.
# Only apk-tools respects this constraint; apko-based tools don't respect
# the ! constraint.
- '!musl'
- glibc-locale-posix
- wolfi-baselayout
Expand Down

0 comments on commit 582a112

Please sign in to comment.