Skip to content

Commit a2b7a3f

Browse files
committed
Skip commonmarker tests on TruffleRuby
1 parent 0ae2a7f commit a2b7a3f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ gem 'sinatra-contrib', path: 'sinatra-contrib'
3737
gem 'asciidoctor'
3838
gem 'builder'
3939
gem 'childprocess', '>= 5'
40-
gem 'commonmarker', platforms: [:ruby]
4140
gem 'erubi'
4241
gem 'eventmachine'
4342
gem 'falcon', '~> 0.40', platforms: [:ruby]
@@ -64,3 +63,7 @@ gem 'webrick'
6463
java = %w(jruby truffleruby).include?(RUBY_ENGINE)
6564
aarch64 = RbConfig::CONFIG["target_cpu"] == 'aarch64'
6665
gem 'sass-embedded', '~> 1.54' unless java && aarch64
66+
67+
# jruby does not support native extensions
68+
# https://github.com/truffleruby/truffleruby/issues/3396#issuecomment-3694252552
69+
gem 'commonmarker' unless java

0 commit comments

Comments
 (0)