Update build.yml

This commit is contained in:
Jay Lee
2022-03-04 10:05:51 -05:00
committed by GitHub
parent d5a036dfc6
commit e7357e69fb

View File

@ -16,7 +16,6 @@ env:
OPENSSL_INSTALL_PATH: ${{ github.workspace }}/bin/ssl OPENSSL_INSTALL_PATH: ${{ github.workspace }}/bin/ssl
OPENSSL_SOURCE_PATH: ${{ github.workspace }}/src/openssl OPENSSL_SOURCE_PATH: ${{ github.workspace }}/src/openssl
PYTHON_INSTALL_PATH: ${{ github.workspace }}/bin/python PYTHON_INSTALL_PATH: ${{ github.workspace }}/bin/python
PYTHON_SOURCE_PATH: ${{ github.workspace }}/src/cpython
jobs: jobs:
build: build:
@ -25,10 +24,20 @@ jobs:
matrix: matrix:
include: include:
- os: ubuntu-20.04 - os: ubuntu-20.04
jid: 2 jid: 0
goal: build goal: build
arch: x86_64 arch: x86_64
openssl_archs: linux-x86_64 openssl_archs: linux-x86_64
- os: [self-hosted, linux, arm64]
jid: 1
goal: build
arch: aarch64
openssl_archs: linux-aarch64
- os: [self-hosted, linux, arm]
jid: 2
goal: build
arch: armv7l
openssl_archs: linux-armv4
- os: macos-11 - os: macos-11
jid: 3 jid: 3
goal: build goal: build
@ -59,16 +68,6 @@ jobs:
python: "3.9" python: "3.9"
jid: 8 jid: 8
arch: x86_64 arch: x86_64
- os: [self-hosted, linux, arm64]
jid: 9
goal: build
arch: aarch64
openssl_archs: linux-aarch64
- os: [self-hosted, linux, arm]
jid: 10
goal: build
arch: armv7l
openssl_archs: linux-armv4
steps: steps:
@ -83,7 +82,7 @@ jobs:
with: with:
path: | path: |
bin bin
key: gam-${{ matrix.jid }}-20220303 key: gam-${{ matrix.jid }}-20220304
- name: Use pre-compiled Python for testing - name: Use pre-compiled Python for testing
if: matrix.python != '' if: matrix.python != ''