Skip to content

Commit

Permalink
(gh-bolt-3248) enable ed25519 support on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tw1r3 committed May 7, 2024
1 parent 4fbab01 commit 38f3e8b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions configs/projects/bolt-runtime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,8 @@
proj.component "puppet-ca-bundle"
proj.component "ruby-#{proj.ruby_version}"

# Building native gems on Windows has some issues right now.
# Include for non-Windows platforms only.
unless platform.is_windows?
proj.component 'rubygem-bcrypt_pbkdf'
proj.component 'rubygem-ed25519'
end
proj.component 'rubygem-bcrypt_pbkdf'
proj.component 'rubygem-ed25519'

# Puppet dependencies
proj.component 'rubygem-hocon'
Expand Down

0 comments on commit 38f3e8b

Please sign in to comment.