Skip to content

fix(runner): use env for readonly REPODIR - #3588

Merged
mkoura merged 1 commit into
masterfrom
fix_readonly_repodir
Aug 5, 2026
Merged

fix(runner): use env for readonly REPODIR#3588
mkoura merged 1 commit into
masterfrom
fix_readonly_repodir

Conversation

@mkoura

@mkoura mkoura commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

The sourcing script (regression.sh) declares REPODIR readonly, so prefix assignment REPODIR="$REPODIR" ... nix develop fails with "REPODIR: readonly variable". Use env to set the child process environment without shell assignment.

The sourcing script (regression.sh) declares REPODIR readonly, so
prefix assignment `REPODIR="$REPODIR" ... nix develop` fails with
"REPODIR: readonly variable". Use `env` to set the child process
environment without shell assignment.
@mkoura
mkoura requested a review from saratomaz as a code owner August 5, 2026 15:40
@mkoura
mkoura merged commit e065451 into master Aug 5, 2026
1 check passed
@mkoura
mkoura deleted the fix_readonly_repodir branch August 5, 2026 15:43
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.

1 participant