mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-10-04 04:42:43 +00:00
207 lines
6.6 KiB
YAML
207 lines
6.6 KiB
YAML
name: pull-request
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
cross-build-pull-request:
|
|
runs-on: ubuntu-20.04
|
|
container: vathpela/efi-ci:${{ matrix.distro }}-x64
|
|
name: ${{ matrix.distro }} ${{ matrix.efiarch }} cross-build
|
|
|
|
strategy:
|
|
matrix:
|
|
include:
|
|
- arch: amd64
|
|
efiarch: aa64
|
|
gccarch: aarch64
|
|
makearch: aarch64
|
|
distro: f35
|
|
- arch: amd64
|
|
efiarch: aa64
|
|
gccarch: aarch64
|
|
makearch: aarch64
|
|
distro: f34
|
|
- arch: amd64
|
|
efiarch: aa64
|
|
gccarch: aarch64
|
|
makearch: aarch64
|
|
distro: f33
|
|
- arch: amd64
|
|
efiarch: aa64
|
|
gccarch: aarch64
|
|
makearch: aarch64
|
|
distro: f32
|
|
- arch: amd64
|
|
efiarch: arm
|
|
gccarch: arm
|
|
makearch: arm
|
|
distro: f35
|
|
- arch: amd64
|
|
efiarch: arm
|
|
gccarch: arm
|
|
makearch: arm
|
|
distro: f34
|
|
- arch: amd64
|
|
efiarch: arm
|
|
gccarch: arm
|
|
makearch: arm
|
|
distro: f33
|
|
- arch: amd64
|
|
efiarch: arm
|
|
gccarch: arm
|
|
makearch: arm
|
|
distro: f32
|
|
- arch: amd64
|
|
efiarch: x64
|
|
gccarch: x86_64
|
|
makearch: x86_64
|
|
distro: f35
|
|
- arch: amd64
|
|
efiarch: x64
|
|
gccarch: x86_64
|
|
makearch: x86_64
|
|
distro: f34
|
|
- arch: amd64
|
|
efiarch: x64
|
|
gccarch: x86_64
|
|
makearch: x86_64
|
|
distro: f33
|
|
- arch: amd64
|
|
efiarch: x64
|
|
gccarch: x86_64
|
|
makearch: x86_64
|
|
distro: f32
|
|
- arch: amd64
|
|
efiarch: ia32
|
|
gccarch: x86_64
|
|
makearch: ia32
|
|
distro: f35
|
|
- arch: amd64
|
|
efiarch: ia32
|
|
gccarch: x86_64
|
|
makearch: ia32
|
|
distro: f34
|
|
- arch: amd64
|
|
efiarch: ia32
|
|
gccarch: x86_64
|
|
makearch: ia32
|
|
distro: f33
|
|
- arch: amd64
|
|
efiarch: ia32
|
|
gccarch: x86_64
|
|
makearch: ia32
|
|
distro: f32
|
|
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v2
|
|
with:
|
|
# otherwise we are testing target branch instead of the PR branch (see pull_request_target trigger)
|
|
ref: ${{ github.event.pull_request.head.sha }}
|
|
fetch-depth: 0
|
|
submodules: recursive
|
|
- name: Update submodules on ${{ matrix.distro }} for ${{ matrix.efiarch }}
|
|
id: update-submodules
|
|
run: |
|
|
make update
|
|
- name: Do the build on ${{ matrix.distro }} for ${{ matrix.efiarch }}
|
|
id: build
|
|
run: |
|
|
make -s CROSS_COMPILE=${{ matrix.gccarch }}-linux-gnu- ARCH=${{ matrix.makearch }} PREFIX=/usr DESTDIR=/destdir EFIDIR=test ENABLE_SHIM_HASH=true clean all || make CROSS_COMPILE=${{ matrix.gccarch }}-linux-gnu- ARCH=${{ matrix.makearch }} PREFIX=/usr DESTDIR=/destdir EFIDIR=test ENABLE_SHIM_HASH=true clean all
|
|
- name: Install on ${{ matrix.distro }} for ${{ matrix.efiarch }}
|
|
id: install
|
|
run: |
|
|
make -s CROSS_COMPILE=${{ matrix.gccarch }}-linux-gnu- ARCH=${{ matrix.makearch }} PREFIX=/usr DESTDIR=/destdir EFIDIR=test ENABLE_SHIM_HASH=true install || make CROSS_COMPILE=${{ matrix.gccarch }}-linux-gnu- ARCH=${{ matrix.makearch }} PREFIX=/usr DESTDIR=/destdir EFIDIR=test ENABLE_SHIM_HASH=true install
|
|
echo 'results:'
|
|
find /destdir -type f
|
|
|
|
build-pull-request-intel:
|
|
runs-on: ubuntu-20.04
|
|
container: vathpela/efi-ci:${{ matrix.distro }}-x64
|
|
name: ${{ matrix.distro }} ${{ matrix.efiarch }} build
|
|
|
|
strategy:
|
|
matrix:
|
|
include:
|
|
- arch: amd64
|
|
efiarch: x64
|
|
makearch: x86_64
|
|
distro: f35
|
|
- arch: amd64
|
|
efiarch: x64
|
|
makearch: x86_64
|
|
distro: f34
|
|
- arch: amd64
|
|
efiarch: x64
|
|
makearch: x86_64
|
|
distro: f33
|
|
- arch: amd64
|
|
efiarch: x64
|
|
makearch: x86_64
|
|
distro: f32
|
|
- arch: amd64
|
|
efiarch: x64
|
|
makearch: x86_64
|
|
distro: centos8
|
|
- arch: amd64
|
|
efiarch: x64
|
|
makearch: x86_64
|
|
distro: centos7
|
|
- arch: amd64
|
|
efiarch: ia32
|
|
makearch: ia32
|
|
distro: f35
|
|
- arch: amd64
|
|
efiarch: ia32
|
|
makearch: ia32
|
|
distro: f34
|
|
- arch: amd64
|
|
efiarch: ia32
|
|
makearch: ia32
|
|
distro: f33
|
|
- arch: amd64
|
|
efiarch: ia32
|
|
makearch: ia32
|
|
distro: f32
|
|
- arch: amd64
|
|
efiarch: ia32
|
|
makearch: ia32
|
|
distro: centos8
|
|
- arch: amd64
|
|
efiarch: ia32
|
|
makearch: ia32
|
|
distro: centos7
|
|
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v2
|
|
with:
|
|
# otherwise we are testing target branch instead of the PR branch (see pull_request_target trigger)
|
|
ref: ${{ github.event.pull_request.head.sha }}
|
|
fetch-depth: 0
|
|
submodules: recursive
|
|
- name: Update submodules on ${{ matrix.distro }} for ${{ matrix.efiarch }}
|
|
id: update-submodules
|
|
run: |
|
|
make update
|
|
- name: Run tests on ${{ matrix.distro }} for ${{ matrix.efiarch }}
|
|
id: test
|
|
run: |
|
|
make -s ARCH=${{ matrix.makearch }} PREFIX=/usr DESTDIR=/destdir EFIDIR=test ENABLE_SHIM_HASH=true test || make ARCH=${{ matrix.makearch }} PREFIX=/usr DESTDIR=/destdir EFIDIR=test ENABLE_SHIM_HASH=true test
|
|
- name: Do the build on ${{ matrix.distro }} for ${{ matrix.efiarch }}
|
|
id: build
|
|
run: |
|
|
make -s ARCH=${{ matrix.makearch }} PREFIX=/usr DESTDIR=/destdir EFIDIR=test ENABLE_SHIM_HASH=true clean all || make ARCH=${{ matrix.makearch }} PREFIX=/usr DESTDIR=/destdir EFIDIR=test ENABLE_SHIM_HASH=true clean all
|
|
- name: Install on ${{ matrix.distro }} for ${{ matrix.efiarch }}
|
|
id: install
|
|
run: |
|
|
make -s ARCH=${{ matrix.makearch }} PREFIX=/usr DESTDIR=/destdir EFIDIR=test ENABLE_SHIM_HASH=true install || make ARCH=${{ matrix.makearch }} PREFIX=/usr DESTDIR=/destdir EFIDIR=test ENABLE_SHIM_HASH=true install
|
|
echo 'results:'
|
|
find /destdir -type f
|