Lines Matching full:arch
71 name: libyaml ${{matrix.cfg.arch}} ${{matrix.cfg.platform}}
76 - { platform: manylinux1, arch: x86_64 }
77 - { platform: manylinux2014, arch: x86_64 }
78 # - { platform: manylinux2014, arch: aarch64 }
79 # - { platform: manylinux2014, arch: s390x }
81 DOCKER_IMAGE: quay.io/pypa/${{matrix.cfg.platform}}_${{matrix.cfg.arch}}
88 key: libyaml_${{matrix.cfg.platform}}_${{matrix.cfg.arch}}_${{env.LIBYAML_REF}}
90 - name: configure docker foreign arch support
92 if: matrix.cfg.arch != 'x86_64' && steps.cached_libyaml.outputs.cache-hit != 'true'
117 name: pyyaml ${{matrix.arch}} ${{matrix.platform}} ${{matrix.spec}}
122 - { platform: manylinux1, arch: x86_64, spec: cp36 }
123 # - { platform: manylinux1, arch: x86_64, spec: cp37 }
124 # - { platform: manylinux1, arch: x86_64, spec: cp38 }
125 # - { platform: manylinux1, arch: x86_64, spec: cp39 }
126 # - { platform: manylinux2014, arch: x86_64, spec: cp310 }
127 - { platform: manylinux2014, arch: x86_64, spec: cp311 }
128 # - { platform: manylinux2014, arch: aarch64, spec: cp36 }
129 # - { platform: manylinux2014, arch: aarch64, spec: cp37 }
130 # - { platform: manylinux2014, arch: aarch64, spec: cp38 }
131 # - { platform: manylinux2014, arch: aarch64, spec: cp39 }
132 # - { platform: manylinux2014, arch: aarch64, spec: cp310 }
133 # - { platform: manylinux2014, arch: aarch64, spec: cp311 }
134 # - { platform: manylinux2014, arch: s390x, spec: cp36 }
135 # - { platform: manylinux2014, arch: s390x, spec: cp37 }
136 # - { platform: manylinux2014, arch: s390x, spec: cp38 }
137 # - { platform: manylinux2014, arch: s390x, spec: cp39 }
138 # - { platform: manylinux2014, arch: s390x, spec: cp310 }
139 # - { platform: manylinux2014, arch: s390x, spec: cp311 }
150 key: libyaml_${{matrix.platform}}_${{matrix.arch}}_${{env.LIBYAML_REF}}
156 - name: configure docker foreign arch support
158 if: matrix.arch != 'x86_64'
163 CIBW_BUILD: ${{matrix.spec}}-manylinux_${{matrix.arch}}
187 name: libyaml macos ${{matrix.arch}}
191 - arch: x86_64
192 # - arch: arm64
195 # run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
207 key: libyaml_macos_${{matrix.arch}}_${{env.LIBYAML_REF}}
221 echo "finished artifact arch is $(lipo -archs libyaml/src/.libs/libyaml.a)"
248 # arch: arm64
249 # run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
255 # arch: arm64
256 # run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
262 # arch: arm64
263 # run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
275 key: libyaml_macos_${{ matrix.arch || 'x86_64' }}_${{env.LIBYAML_REF}}
303 name: libyaml ${{matrix.platform}} ${{matrix.arch}}
309 arch: x64
311 arch: win32
318 key: libyaml_${{matrix.platform}}_${{matrix.arch}}_${{env.LIBYAML_REF}}
338 cmake.exe -G "Visual Studio 16 2019" -A ${{ matrix.arch }} -DYAML_STATIC_LIB_NAME=yaml ..