Skip to content

Older Ubuntu

Older Ubuntu #25

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
vanilla:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y make build-essential
- name: Build vanilla kernel
run: make vanilla
reproducibility:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y make build-essential reprotest
- name: Run reprotest
# n.b. we don't run reprotest-sd because our kernels are not reproducible yet
# and also very slow. See <https://github.com/freedomofpress/kernel-builder/issues/3>.
run: make reprotest