Skip to content

Commit ed80ed6

Browse files
committed
Skip protoboeuf-encode on TruffleRuby
Looks like ProtoBoeuf stopped working with TruffleRuby a few months back when we started using bytesplice: Shopify/protoboeuf#105 <internal:core> core/string.rb:73:in `bytesplice': wrong number of arguments (given 5, expected 2..3) (ArgumentError)
1 parent 80420de commit ed80ed6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- ruby: ruby
1717
- ruby: head
1818
- ruby: truffleruby-head
19+
skip: protoboeuf-encode
1920
if: ${{ github.event_name != 'schedule' || github.repository == 'Shopify/yjit-bench' }}
2021
steps:
2122
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)