varvet / pundit

Minimal authorization through OO design and pure Ruby classes
MIT License
8.28k stars 630 forks source link

Build against Truffleruby head #678

Closed dgmstuart closed 3 years ago

dgmstuart commented 3 years ago

Truffleruby is a high-performance implementation of Ruby:

https://github.com/oracle/truffleruby

We don't want to be responsible for supporting it, so it goes in the allow-failures section.

Based on https://github.com/varvet/pundit/pull/662

olleolleolle commented 3 years ago

👋 I think that the allow_failures section only annotates what could match against a job.

So, the include: section needs the truffleruby line, too.

TIL: conditional there, huh. Unrelated to this. https://docs.travis-ci.com/user/customizing-the-build/#conditionally-allowing-jobs-to-fail

dgmstuart commented 3 years ago

@olleolleolle Oops- I thought I had added it to the main part of the matrix as well. Clearly not