Skip to content

error during REPL precompilation on CI while trying to exercise the shell mode #57688

Open
@nsajko

Description

@nsajko
  2 dependencies had output during precompilation:
┌ REPL
│  ERROR: IOError: could not spawn `/shells/bash -c '(pwd) && true'`: no such file or directory (ENOENT)
└
┌ REPL
│  ERROR: IOError: could not spawn `/shells/bash -c '(pwd) && true'`: no such file or directory (ENOENT)
└

Perhaps the SHELL environment variable (or JULIA_SHELL) has the wrong value in CI? Or perhaps shelling out is intentionally disabled during CI, in which case perhaps this line should be deleted from the REPL precompilation workload:

Metadata

Metadata

Assignees

No one assigned

    Labels

    REPLJulia's REPL (Read Eval Print Loop)ciContinuous integration

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions