Ubuntu: remove pthread coroutine which is done in Compilations

This commit is contained in:
Nobuyoshi Nakada 2021-07-08 17:57:11 +09:00
parent 7a2383b5c1
commit b90ca734f3
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
os:
- ubuntu-20.04
# - ubuntu-18.04
configure: ["", "--with-coroutine=pthread", "cppflags=-DRUBY_DEBUG"]
configure: ["", "cppflags=-DRUBY_DEBUG"]
include:
- test_task: "test-all TESTS=--repeat-count=2"
os: ubuntu-20.04