Skip to content

Support runners with preinstalled Nix - #8

Merged
igor-sirotin merged 2 commits into
masterfrom
bump-attic-action
Aug 4, 2026
Merged

Support runners with preinstalled Nix#8
igor-sirotin merged 2 commits into
masterfrom
bump-attic-action

Conversation

@igor-sirotin

@igor-sirotin igor-sirotin commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

Fixes the Unable to locate executable file: attic failure on self-hosted runners (status-im/infra-logos#39, logos-messaging/logos-delivery#4071):

  • bump ryanccn/attic-action to v0.5.0 — v0.4.1 uses the removed nix profile install syntax
  • put the attic client's store path on PATH when it's not already there — without a Nix installer action in the job, the profile bin dir attic-action installs into is not on PATH

The bump alone was tested insufficient; logos-delivery#4071 currently points at this branch for verification. Supersedes #7.

v0.4.1 uses the old 'nix profile install' syntax, which fails on newer
Nix (self-hosted runners); the install error is swallowed and surfaces
later as 'attic not found'.
@igor-sirotin
igor-sirotin marked this pull request as draft August 3, 2026 08:22
Else even after installing attic could not be found
@igor-sirotin
igor-sirotin marked this pull request as ready for review August 4, 2026 09:44
@igor-sirotin igor-sirotin changed the title Bump attic-action to v0.5.0 Support runners with preinstalled Nix Aug 4, 2026
@igor-sirotin
igor-sirotin merged commit 781f072 into master Aug 4, 2026
3 checks passed
@igor-sirotin
igor-sirotin deleted the bump-attic-action branch August 4, 2026 09:48
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