mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Disabled cross compile for unknown errors with psych build
This commit is contained in:
parent
0292a34c9c
commit
033d979640
Notes:
git
2022-03-25 09:53:27 +09:00
1 changed files with 4 additions and 4 deletions
8
.github/workflows/compilers.yml
vendored
8
.github/workflows/compilers.yml
vendored
|
@ -95,14 +95,14 @@ jobs:
|
|||
shared: '--disable-shared'
|
||||
# check: true
|
||||
|
||||
- { key: crosshost, name: aarch64-linux-gnu, value: aarch64-linux-gnu, container: crossbuild-essential-arm64 }
|
||||
# - { key: crosshost, name: aarch64-linux-gnu, value: aarch64-linux-gnu, container: crossbuild-essential-arm64 }
|
||||
# - { key: crosshost, name: arm-linux-gnueabi, value: arm-linux-gnueabi }
|
||||
# - { key: crosshost, name: arm-linux-gnueabihf, value: arm-linux-gnueabihf }
|
||||
# - { key: crosshost, name: i686-w64-mingw32, value: i686-w64-mingw32 }
|
||||
# - { key: crosshost, name: powerpc-linux-gnu, value: powerpc-linux-gnu }
|
||||
- { key: crosshost, name: powerpc64le-linux-gnu, value: powerpc64le-linux-gnu, container: crossbuild-essential-ppc64el }
|
||||
- { key: crosshost, name: s390x-linux-gnu, value: s390x-linux-gnu, container: crossbuild-essential-s390x }
|
||||
- { key: crosshost, name: x86_64-w64-mingw32, value: x86_64-w64-mingw32, container: mingw-w64 }
|
||||
# - { key: crosshost, name: powerpc64le-linux-gnu, value: powerpc64le-linux-gnu, container: crossbuild-essential-ppc64el }
|
||||
# - { key: crosshost, name: s390x-linux-gnu, value: s390x-linux-gnu, container: crossbuild-essential-s390x }
|
||||
# - { key: crosshost, name: x86_64-w64-mingw32, value: x86_64-w64-mingw32, container: mingw-w64 }
|
||||
|
||||
- { key: append_cc, name: c99, value: '-std=c99 -Werror=pedantic -pedantic-errors' }
|
||||
# - { key: append_cc, name: c11, value: '-std=c11 -Werror=pedantic -pedantic-errors' }
|
||||
|
|
Loading…
Add table
Reference in a new issue