Skip to content

perf: skip CRC check on hot-path block reads #300

perf: skip CRC check on hot-path block reads

perf: skip CRC check on hot-path block reads #300

Workflow file for this run

name: nix
on:
pull_request:
workflow_dispatch:
push:
branches: [main]
jobs:
nix:
runs-on: [self-hosted, Linux, X64, tweag-infra]
strategy:
fail-fast: false
matrix:
target:
- required.formattingLinting
- required.native
steps:
- uses: actions/checkout@v6
- name: Build ${{ matrix.target }}
run: nix build .#hydraJobs.x86_64-linux.${{ matrix.target }} --print-build-logs