Skip to content

Commit

Permalink
[GR-18163] Add sass-embedded to REUSE_AS_BINARY_ON_TRUFFLERUBY (#3565)
Browse files Browse the repository at this point in the history
PullRequest: truffleruby/4266
  • Loading branch information
andrykonchin committed May 10, 2024
2 parents c2e5209 + 321a758 commit 2124e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/truffle/rubygems/defaults/truffleruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ def self.platform_defaults

class Gem::Platform
# The list of gems we want to install precompiled (using the local platform) on TruffleRuby
REUSE_AS_BINARY_ON_TRUFFLERUBY = %w[libv8 libv8-node sorbet-static]
REUSE_AS_BINARY_ON_TRUFFLERUBY = %w[libv8 libv8-node sass-embedded sorbet-static]
end

0 comments on commit 2124e4a

Please sign in to comment.