Skip to content

benchmarks/linux

benchmarks/linux #6

name: benchmarks/linux
on: workflow_dispatch
jobs:
defconfig:
runs-on: ${{ matrix.image }}
timeout-minutes: 300
strategy:
fail-fast: false
matrix:
image:
- ubuntu-latest
- sprinters:aws:m7i-flex.xlarge:ubuntu-latest
- sprinters:aws:c7i-flex.4xlarge:ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: torvalds/linux
ref: v6.14
- name: Build
run: |
sudo apt-get update
sudo apt-get install -y libelf-dev bc gawk
make defconfig
make -j"$(nproc)"