From bec92136cab5dd4e333158c54b714e0688873dab Mon Sep 17 00:00:00 2001 From: Jacob Carlborg Date: Mon, 10 Jul 2023 14:08:25 +0200 Subject: [PATCH] fixup! Add support for FreeBSD ARM64 --- .github/workflows/ci.yml | 420 ++++++++++++++++++++------------------- 1 file changed, 215 insertions(+), 205 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38e52a5..01221b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,220 +25,230 @@ jobs: fail-fast: false matrix: os: - - name: FreeBSD - version: '12.2' - host: macos-12 - workDirectory: /Users/runner/work/action/action - uname: - hardware: amd64 - release: 12.2-RELEASE - - - name: FreeBSD - version: '12.2' - host: ubuntu-latest - # /home is symlinked to /usr/home. pwd will return the resolved path. - workDirectory: /usr/home/runner/work/action/action - uname: - hardware: amd64 - release: 12.2-RELEASE - - - name: FreeBSD - version: '12.4' - host: macos-12 - workDirectory: /Users/runner/work/action/action - uname: - hardware: amd64 - release: 12.4-RELEASE - - - name: FreeBSD - version: '12.4' - host: ubuntu-latest - # /home is symlinked to /usr/home. pwd will return the resolved path. - workDirectory: /usr/home/runner/work/action/action - uname: - hardware: amd64 - release: 12.4-RELEASE - - - name: FreeBSD - version: '13.0' - host: macos-12 - workDirectory: /Users/runner/work/action/action - uname: - hardware: amd64 - release: 13.0-RELEASE - - - name: FreeBSD - version: '13.0' - host: ubuntu-latest - # /home is symlinked to /usr/home. pwd will return the resolved path. - workDirectory: /usr/home/runner/work/action/action - uname: - hardware: amd64 - release: 13.0-RELEASE - - - name: FreeBSD - version: '13.1' - host: macos-12 - workDirectory: /Users/runner/work/action/action - uname: - hardware: amd64 - release: 13.1-RELEASE - - - name: FreeBSD - version: '13.1' - host: ubuntu-latest - # /home is symlinked to /usr/home. pwd will return the resolved path. - workDirectory: /usr/home/runner/work/action/action - uname: - hardware: amd64 - release: 13.1-RELEASE - - - name: FreeBSD - version: '13.2' - host: macos-12 - workDirectory: /Users/runner/work/action/action - uname: - hardware: amd64 - release: 13.2-RELEASE + # - name: FreeBSD + # version: '12.2' + # host: macos-12 + # workDirectory: /Users/runner/work/action/action + # uname: + # hardware: amd64 + # release: 12.2-RELEASE + # + # - name: FreeBSD + # version: '12.2' + # host: ubuntu-latest + # # /home is symlinked to /usr/home. pwd will return the resolved path. + # workDirectory: /usr/home/runner/work/action/action + # uname: + # hardware: amd64 + # release: 12.2-RELEASE + # + # - name: FreeBSD + # version: '12.4' + # host: macos-12 + # workDirectory: /Users/runner/work/action/action + # uname: + # hardware: amd64 + # release: 12.4-RELEASE + # + # - name: FreeBSD + # version: '12.4' + # host: ubuntu-latest + # # /home is symlinked to /usr/home. pwd will return the resolved path. + # workDirectory: /usr/home/runner/work/action/action + # uname: + # hardware: amd64 + # release: 12.4-RELEASE + # + # - name: FreeBSD + # version: '13.0' + # host: macos-12 + # workDirectory: /Users/runner/work/action/action + # uname: + # hardware: amd64 + # release: 13.0-RELEASE + # + # - name: FreeBSD + # version: '13.0' + # host: ubuntu-latest + # # /home is symlinked to /usr/home. pwd will return the resolved path. + # workDirectory: /usr/home/runner/work/action/action + # uname: + # hardware: amd64 + # release: 13.0-RELEASE + # + # - name: FreeBSD + # version: '13.1' + # host: macos-12 + # workDirectory: /Users/runner/work/action/action + # uname: + # hardware: amd64 + # release: 13.1-RELEASE + # + # - name: FreeBSD + # version: '13.1' + # host: ubuntu-latest + # # /home is symlinked to /usr/home. pwd will return the resolved path. + # workDirectory: /usr/home/runner/work/action/action + # uname: + # hardware: amd64 + # release: 13.1-RELEASE + # + # - name: FreeBSD + # version: '13.2' + # host: macos-12 + # workDirectory: /Users/runner/work/action/action + # uname: + # hardware: amd64 + # release: 13.2-RELEASE + # + # - name: FreeBSD + # version: '13.2' + # host: ubuntu-latest + # # /home is symlinked to /usr/home. pwd will return the resolved path. + # workDirectory: /usr/home/runner/work/action/action + # uname: + # hardware: amd64 + # release: 13.2-RELEASE - name: FreeBSD + architecture: ARM64 version: '13.2' host: ubuntu-latest # /home is symlinked to /usr/home. pwd will return the resolved path. workDirectory: /usr/home/runner/work/action/action - uname: - hardware: amd64 - release: 13.2-RELEASE - - - name: OpenBSD - version: '6.8' - host: macos-12 - workDirectory: /Users/runner/work/action/action - uname: - hardware: amd64 - - - name: OpenBSD - version: '6.8' - host: ubuntu-latest - workDirectory: /home/runner/work/action/action - uname: - hardware: amd64 - - - name: OpenBSD - version: '6.9' - host: macos-12 - workDirectory: /Users/runner/work/action/action - uname: - hardware: amd64 - - - name: OpenBSD - version: '6.9' - host: ubuntu-latest - workDirectory: /home/runner/work/action/action - uname: - hardware: amd64 - - - name: OpenBSD - version: '7.1' - host: macos-12 - workDirectory: /Users/runner/work/action/action - uname: - hardware: amd64 - - - name: OpenBSD - version: '7.1' - host: ubuntu-latest - workDirectory: /home/runner/work/action/action - uname: - hardware: amd64 - - - name: OpenBSD - version: '7.2' - host: macos-12 - workDirectory: /Users/runner/work/action/action - uname: - hardware: amd64 - - - name: OpenBSD - version: '7.3' - host: macos-12 - workDirectory: /Users/runner/work/action/action - uname: - hardware: amd64 - - - name: OpenBSD - version: '7.2' - host: ubuntu-latest - workDirectory: /home/runner/work/action/action - uname: - hardware: amd64 - - - name: OpenBSD - version: '7.3' - host: ubuntu-latest - workDirectory: /home/runner/work/action/action - uname: - hardware: amd64 - - - name: OpenBSD - architecture: ARM64 - version: '6.9' - host: ubuntu-latest - workDirectory: /home/runner/work/action/action - uname: - hardware: arm64 - - - name: OpenBSD - architecture: ARM64 - version: '7.1' - host: ubuntu-latest - workDirectory: /home/runner/work/action/action - uname: - hardware: arm64 - - - name: OpenBSD - architecture: ARM64 - version: '7.2' - host: ubuntu-latest - workDirectory: /home/runner/work/action/action - uname: - hardware: arm64 - - - name: OpenBSD - architecture: ARM64 - version: '7.3' - host: ubuntu-latest - workDirectory: /home/runner/work/action/action uname: hardware: arm64 + release: 13.2-RELEASE - - name: NetBSD - version: '9.2' - host: ubuntu-latest - workDirectory: /home/runner/work/action/action - uname: - hardware: amd64 - - - name: NetBSD - version: '9.2' - host: macos-latest - workDirectory: /Users/runner/work/action/action - uname: - hardware: amd64 - - - name: NetBSD - version: '9.3' - host: ubuntu-latest - workDirectory: /home/runner/work/action/action - uname: - hardware: amd64 - - - name: NetBSD - version: '9.3' - host: macos-latest - workDirectory: /Users/runner/work/action/action - uname: - hardware: amd64 + # - name: OpenBSD + # version: '6.8' + # host: macos-12 + # workDirectory: /Users/runner/work/action/action + # uname: + # hardware: amd64 + # + # - name: OpenBSD + # version: '6.8' + # host: ubuntu-latest + # workDirectory: /home/runner/work/action/action + # uname: + # hardware: amd64 + # + # - name: OpenBSD + # version: '6.9' + # host: macos-12 + # workDirectory: /Users/runner/work/action/action + # uname: + # hardware: amd64 + # + # - name: OpenBSD + # version: '6.9' + # host: ubuntu-latest + # workDirectory: /home/runner/work/action/action + # uname: + # hardware: amd64 + # + # - name: OpenBSD + # version: '7.1' + # host: macos-12 + # workDirectory: /Users/runner/work/action/action + # uname: + # hardware: amd64 + # + # - name: OpenBSD + # version: '7.1' + # host: ubuntu-latest + # workDirectory: /home/runner/work/action/action + # uname: + # hardware: amd64 + # + # - name: OpenBSD + # version: '7.2' + # host: macos-12 + # workDirectory: /Users/runner/work/action/action + # uname: + # hardware: amd64 + # + # - name: OpenBSD + # version: '7.3' + # host: macos-12 + # workDirectory: /Users/runner/work/action/action + # uname: + # hardware: amd64 + # + # - name: OpenBSD + # version: '7.2' + # host: ubuntu-latest + # workDirectory: /home/runner/work/action/action + # uname: + # hardware: amd64 + # + # - name: OpenBSD + # version: '7.3' + # host: ubuntu-latest + # workDirectory: /home/runner/work/action/action + # uname: + # hardware: amd64 + # + # - name: OpenBSD + # architecture: ARM64 + # version: '6.9' + # host: ubuntu-latest + # workDirectory: /home/runner/work/action/action + # uname: + # hardware: arm64 + # + # - name: OpenBSD + # architecture: ARM64 + # version: '7.1' + # host: ubuntu-latest + # workDirectory: /home/runner/work/action/action + # uname: + # hardware: arm64 + # + # - name: OpenBSD + # architecture: ARM64 + # version: '7.2' + # host: ubuntu-latest + # workDirectory: /home/runner/work/action/action + # uname: + # hardware: arm64 + # + # - name: OpenBSD + # architecture: ARM64 + # version: '7.3' + # host: ubuntu-latest + # workDirectory: /home/runner/work/action/action + # uname: + # hardware: arm64 + # + # - name: NetBSD + # version: '9.2' + # host: ubuntu-latest + # workDirectory: /home/runner/work/action/action + # uname: + # hardware: amd64 + # + # - name: NetBSD + # version: '9.2' + # host: macos-latest + # workDirectory: /Users/runner/work/action/action + # uname: + # hardware: amd64 + # + # - name: NetBSD + # version: '9.3' + # host: ubuntu-latest + # workDirectory: /home/runner/work/action/action + # uname: + # hardware: amd64 + # + # - name: NetBSD + # version: '9.3' + # host: macos-latest + # workDirectory: /Users/runner/work/action/action + # uname: + # hardware: amd64 steps: - name: Checkout