summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2021-12-02 14:31:28 +1300
committerOlly Betts <olly@survex.com>2021-12-02 14:31:28 +1300
commitbebb3d4c21658db58dddc30378a837e97713dd9f (patch)
tree52f32bab5a8f10bccc1c8509e9d5bad699b78b2e
parent7c97bd5ab305527d1c14a264325e11ae59f2f6b1 (diff)
downloadswig-remove-obsolete-js-support.tar.gz
[ci] Remove CI build for unsupported v8 3.14remove-obsolete-js-support
We only support v8 5.0 and later now. libv8-dev is no longer packaged in newer Ubuntu releases, so it seems there isn't an easy way to update this to test a supported v8 version, but really v8 via node is the configuration people will actually use anyway.
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5374c5428..d23482a76 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -89,9 +89,6 @@ jobs:
CPPSTD: c++14
- SWIGLANG: javascript
ENGINE: jsc
- - SWIGLANG: javascript
- ENGINE: v8
- os: ubuntu-18.04 # libv8-dev only actually provides v8 in 18.04.
- SWIGLANG: lua
- SWIGLANG: lua
VER: '5.3'