From b958e2add835d62c0a62edaf9a23ecbbd70a3635 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 23 Oct 2020 14:38:24 +0900 Subject: Removed canonicalization for mathn --- .github/workflows/compilers.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 17211b5e1e..7ab65fe9af 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -92,7 +92,6 @@ jobs: - { key: append_configure, name: valgrind, value: '--with-valgrind' } - { key: append_configure, name: 'coroutine=ucontext', value: '--with-coroutine=ucontext' } - { key: append_configure, name: 'coroutine=copy', value: '--with-coroutine=copy' } - - { key: append_configure, name: disable-mathn, value: '--disable-mathn' } - { key: append_configure, name: disable-jit-support, value: '--disable-jit-support' } - { key: append_configure, name: disable-dln, value: '--disable-dln' } - { key: append_configure, name: disable-rubygems, value: '--disable-rubygems' } -- cgit v1.2.3