Skip to content

Instantly share code, notes, and snippets.

View humancalico's full-sized avatar
🧹

Akshat Agarwal humancalico

🧹
  • Bangalore, India
  • 01:14 (UTC +05:30)
View GitHub Profile
@humancalico
humancalico / auto-release.yml
Last active February 10, 2022 14:49
Automated release creation on PR merge with certain labels
name: release candidate
on:
pull_request:
branches: [ master ]
types: [ closed ]
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
error: failed to run custom build command for `bpfcontain v0.0.6 (/home/humancalico/repos/bpfcontain-rs)`
Caused by:
process didn't exit successfully: `/home/humancalico/repos/bpfcontain-rs/target/debug/build/bpfcontain-b628ed53c91943ad/build-script-build` (exit status: 101)
--- stdout
cargo:rerun-if-changed=src/bpf/bpfcontain.bpf.c
cargo:rerun-if-changed=bindings.h
cargo:rerun-if-changed=src/bpf/include/allocator.h
cargo:rerun-if-changed=src/bpf/include/audit.h
cargo:rerun-if-changed=src/bpf/include/defs.h