1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/testing/ruby-liquid/tests-disable-liquid-c.patch
Jakub Jirutka 0fd5a9a782 testing/ruby-liquid: new aport
Required for jekyll.
2021-07-01 13:38:53 +02:00

13 lines
271 B
Diff

We don't package liquid-c.
--- a/Rakefile
+++ b/Rakefile
@@ -32,7 +32,7 @@
Rake::Task['base_test'].reenable
Rake::Task['base_test'].invoke
- if RUBY_ENGINE == 'ruby'
+ if false # XXX-Patched
ENV['LIQUID-C'] = '1'
ENV['LIQUID_PARSER_MODE'] = 'lax'