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:
parent
7a2383b5c1
commit
b90ca734f3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue