Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/test-prepare-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ jobs:
rustc --version
fi

# Nix is only available on Linux in the XRPLF CI images
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like on macos / is mounted as strict read only. Maybe it is possible to grant full disk access to the actions runner, but for now we couldn't install nix on these macos runners.

Copy link
Copy Markdown
Collaborator

@mathbunnyru mathbunnyru Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, in this case, let's close this PR, since it doesn't change anything in runtime at all.
The nix in images is already verified inside the images, and doing it here doesn't look nice, since we don't install it here at all.

In the future, if we will make nix the environment manager, we'll have to use it for macOS as well, so we'll have to figure out how to make it work properly for our macOS runners.

if [[ "${{ matrix.container }}" =~ ghcr.io/xrplf/clio-ci ]]; then
nix --version
fi

if [[ "${{ matrix.os }}" == "macos15" ]]; then
colima --version
docker --version
Expand Down
Loading