Skip to content

catch up to dpdk-sys a bit #75

catch up to dpdk-sys a bit

catch up to dpdk-sys a bit #75

Workflow file for this run

name: Build project
on: [ push, pull_request ]
permissions:
contents: write
packages: read
id-token: write
jobs:
build:
name: build project
runs-on:
- lab
timeout-minutes: 180
container:
image: ghcr.io/githedgehog/dpdk-sys/dev-env:main-llvm19-183d3f478a982aa479c4579de822eeda325bced5
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: compile-env is self
run: just _ci-compile-env-hack
- name: install rust
run: just install-rust-toolchain
- run: just cargo build
- run: just cargo build --release
- run: just cargo test
- run: just cargo test --release