Skip to content

Add some automation for doing periodic mass rebuilds of Fedora packages #1

Add some automation for doing periodic mass rebuilds of Fedora packages

Add some automation for doing periodic mass rebuilds of Fedora packages #1

name: Mass Rebuild Bisect
permissions:
contents: read
on:
workflow_dispatch:
inputs:
pkg:
description: "The package to bisect"
required: true
type: string
workflow_call:
inputs:
pkg:
description: "The package to bisect"
required: true
type: string
jobs:
mass-rebuild-bisect:
runs-on: ubuntu-24.04
container:
image: "ghcr.io/$GITHUB_REPOSITORY_OWNER/llvm-snapshots-reproducer"
steps:

Check failure on line 25 in .github/workflows/mass-rebuild-bisect.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/mass-rebuild-bisect.yml

Invalid workflow file

You have an error in your yaml syntax on line 25
- run: |
bash bisect.sh ${{ inputs.pkg }}