Skip to content

Commit

Permalink
cmd/portable-package: allow bottled [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo98 committed Jan 21, 2025
1 parent 93a94be commit 8ca5fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/portable-package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ def run
args.named.each do |name|
name = "portable-#{name}" unless name.start_with? "portable-"
begin
# On Linux, install glibc@2.13 and linux-headers from bottles and don't install their build dependencies.
bottled_dep_allowlist = %w[[email protected] [email protected]]
# On Linux, install glibc and linux-headers from bottles and don't install their build dependencies.
bottled_dep_allowlist = %w[[email protected] [email protected] [email protected]]
deps = Dependency.expand(Formula[name], cache_key: "portable-package-#{name}") do |_dependent, dep|
Dependency.prune if dep.test? || dep.optional?

Expand Down

0 comments on commit 8ca5fcb

Please sign in to comment.