Skip to content

perf: optimize Rust build times — eliminate C build bottlenecks and ark-ff duplicate compilation #2006

perf: optimize Rust build times — eliminate C build bottlenecks and ark-ff duplicate compilation

perf: optimize Rust build times — eliminate C build bottlenecks and ark-ff duplicate compilation #2006

name: Release PR Validation
permissions:
contents: read
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
jobs:
validate-release:
# Only run on release PRs
if: contains(github.event.pull_request.labels.*.name, 'release')
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Validate packages for publishing
run: ./scripts/release/validate-packages.sh