1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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

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