Set R testing in GHA to can fail

R upgrade from 4.4.3 to 4.5.0 results in a few problems, see #3164
This commit is contained in:
William S Fulton 2025-04-17 23:07:19 +01:00
parent 298c489dc6
commit 5c4007267a
1 changed files with 4 additions and 0 deletions

View File

@ -152,6 +152,7 @@ jobs:
VER: '3.8'
PY_ABI_VER: '3.4'
- SWIGLANG: r
continue-on-error: true
- SWIGLANG: ruby
VER: '2.0'
- SWIGLANG: ruby
@ -222,6 +223,7 @@ jobs:
CPPSTD: c++11
- SWIGLANG: r
CPPSTD: c++11
continue-on-error: true
- SWIGLANG: ruby
CPPSTD: c++11
VER: '3.3.4' # cpp11_rvalue_reference_move testcase apparently started to fail on upgrade to 3.3.5, see https://github.com/swig/swig/issues/3030
@ -259,6 +261,7 @@ jobs:
CPPSTD: c++14
- SWIGLANG: r
CPPSTD: c++14
continue-on-error: true
- SWIGLANG: ruby
CPPSTD: c++14
- SWIGLANG: scilab
@ -309,6 +312,7 @@ jobs:
- SWIGLANG: r
CPPSTD: c++17
GCC: 13
continue-on-error: true
- SWIGLANG: ruby
CPPSTD: c++17
GCC: 13