Lines Matching full:arch
69 name: libyaml ${{matrix.cfg.arch}} ${{matrix.cfg.platform}}
74 - { platform: manylinux1, arch: x86_64 }
75 - { platform: manylinux2014, arch: x86_64 }
76 - { platform: manylinux2014, arch: aarch64 }
77 - { platform: manylinux2014, arch: s390x }
79 DOCKER_IMAGE: quay.io/pypa/${{matrix.cfg.platform}}_${{matrix.cfg.arch}}
86 key: libyaml_${{matrix.cfg.platform}}_${{matrix.cfg.arch}}_${{env.LIBYAML_REF}}
88 - name: configure docker foreign arch support
90 if: matrix.cfg.arch != 'x86_64' && steps.cached_libyaml.outputs.cache-hit != 'true'
115 name: pyyaml ${{matrix.arch}} ${{matrix.platform}} ${{matrix.spec}}
120 - { platform: manylinux1, arch: x86_64, spec: cp36 }
121 - { platform: manylinux1, arch: x86_64, spec: cp37 }
122 - { platform: manylinux1, arch: x86_64, spec: cp38 }
123 - { platform: manylinux1, arch: x86_64, spec: cp39 }
124 - { platform: manylinux2014, arch: x86_64, spec: cp310 }
125 - { platform: manylinux2014, arch: x86_64, spec: cp311 }
126 - { platform: manylinux2014, arch: aarch64, spec: cp36 }
127 - { platform: manylinux2014, arch: aarch64, spec: cp37 }
128 - { platform: manylinux2014, arch: aarch64, spec: cp38 }
129 - { platform: manylinux2014, arch: aarch64, spec: cp39 }
130 - { platform: manylinux2014, arch: aarch64, spec: cp310 }
131 - { platform: manylinux2014, arch: aarch64, spec: cp311 }
132 - { platform: manylinux2014, arch: s390x, spec: cp36 }
133 - { platform: manylinux2014, arch: s390x, spec: cp37 }
134 - { platform: manylinux2014, arch: s390x, spec: cp38 }
135 - { platform: manylinux2014, arch: s390x, spec: cp39 }
136 - { platform: manylinux2014, arch: s390x, spec: cp310 }
137 - { platform: manylinux2014, arch: s390x, spec: cp311 }
148 key: libyaml_${{matrix.platform}}_${{matrix.arch}}_${{env.LIBYAML_REF}}
154 - name: configure docker foreign arch support
156 if: matrix.arch != 'x86_64'
161 CIBW_BUILD: ${{matrix.spec}}-manylinux_${{matrix.arch}}
185 name: libyaml macos ${{matrix.arch}}
189 - arch: x86_64
190 - arch: arm64
193 run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
205 key: libyaml_macos_${{matrix.arch}}_${{env.LIBYAML_REF}}
219 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 ..