summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-03-29 09:01:18 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-03-29 09:01:18 +0100
commit4c074415498ff47cf79cf05215f1803d4c79177d (patch)
tree39476ab48a3df2e48c2101085afbd2a0d47a0fc6 /.github
parent0b157406638dc0a37b01a9f498577a2a72e9108c (diff)
downloadswig-4c074415498ff47cf79cf05215f1803d4c79177d.tar.gz
GHA: MzScheme go back to c++98 testing
MzScheme headers have a problem when using -Werror that the test-suite uses: /usr/include/racket/sconfig.h:126:43: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix] 126 | # define SCHEME_PLATFORM_LIBRARY_SUBPATH "x86_64-"SPLS_LINUX
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 48c3d0459..2f9d128b7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -294,8 +294,6 @@ jobs:
GCC: 11
# Experimental languages (these are allowed to fail)
- SWIGLANG: mzscheme
- CPPSTD: c++17
- GCC: 11
continue-on-error: true
- SWIGLANG: ocaml
CPPSTD: c++17