Skip to content

Commit

Permalink
Try to install libuv on alpine linux using NativePackageInstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Dec 19, 2023
1 parent c02da2f commit 31554d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ext/ilios/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ def self.install

def self.install_from_package
NativePackageInstaller.install(
arch_linux: 'libuv',
alpine_linux: 'libuv-dev',
alt_linux: 'libuv',
arch_linux: 'libuv',
debian: 'libuv1-dev',
freebsd: 'libuv',
gentoo_linux: 'libuv',
Expand Down
2 changes: 1 addition & 1 deletion ilios.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ Gem::Specification.new do |spec|
spec.extensions << 'ext/ilios/extconf.rb'

spec.add_runtime_dependency('mini_portile2', '~> 2.8')
spec.add_runtime_dependency('native-package-installer', '~> 1.1')
spec.add_runtime_dependency('native-package-installer', '~> 1.1', '>= 1.1.9')
end

0 comments on commit 31554d6

Please sign in to comment.