Skip to content

feat(builder): coordinate bounded payload build jobs #78

feat(builder): coordinate bounded payload build jobs

feat(builder): coordinate bounded payload build jobs #78

name: Native portability
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:
push:
branches: [unstable, stable]
pull_request:
workflow_dispatch:
jobs:
check-native-portability:
name: Check native module portability
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 24
# Required by @chainsafe/lodestar-z's `prepare` script in dev builds
- uses: mlugg/setup-zig@d1434d08867e3ee9daa34448df10607b98908d29 # v2.2.1
with:
version: 0.16.0
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Install binutils
run: sudo apt-get install -y binutils
- name: Check native module portability
run: node scripts/ci/check_native_portability.mjs