Skip to content

Commit

Permalink
Add comment about !musl in glibc.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <[email protected]>
  • Loading branch information
imjasonh authored Dec 15, 2023
1 parent 1ad2e73 commit 78716f4
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 78716f4

Please sign in to comment.