Skip to content

fix(dkg-runner): require bash with compgen builtin#425

Merged
emlautarom1 merged 3 commits into
mainfrom
emlautarom1/dkg-runner-portable
May 19, 2026
Merged

fix(dkg-runner): require bash with compgen builtin#425
emlautarom1 merged 3 commits into
mainfrom
emlautarom1/dkg-runner-portable

Conversation

@emlautarom1
Copy link
Copy Markdown
Collaborator

The DKG runner scripts use the compgen bash builtin to discover generated keystores, but minimal bash builds (e.g. the default bash derivation in Nix) ship without it. Under nix develop the runner would then fail with a confusing error.

This PR:

  • Adds bashInteractive to the dev shell so compgen is available.
  • Fails fast in run.sh with a clear message when the builtin is missing.

@emlautarom1 emlautarom1 merged commit d03610b into main May 19, 2026
11 checks passed
@emlautarom1 emlautarom1 deleted the emlautarom1/dkg-runner-portable branch May 19, 2026 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants