Ruby li_std_set test failure workaround
Prevent GC from collecting "hello" string in testcase as workaround to prevent GC occasionally causing segfault. Issue #2115
This commit is contained in:
parent
a3b49ef75e
commit
f029beffe8
2 changed files with 6 additions and 3 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -167,7 +167,6 @@ jobs:
|
|||
VER: '2.5'
|
||||
- SWIGLANG: ruby
|
||||
VER: '2.6'
|
||||
continue-on-error: true # Sometimes fails, see https://github.com/swig/swig/issues/2115
|
||||
- SWIGLANG: ruby
|
||||
VER: '2.7'
|
||||
- SWIGLANG: ruby
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue