cirruslabs / tart

macOS and Linux VMs on Apple Silicon to use in CI and other automations
https://tart.run
Other
3.76k stars 106 forks source link

sshpass tap formula is not available #678

Closed pythoninthegrass closed 9 months ago

pythoninthegrass commented 9 months ago

Per #661, tried the following on macOS 12.7.1 (21G920):

λ brew install cirruslabs/cli/sshpass
Warning: No available formula or cask with the name "cirruslabs/cli/sshpass". Did you mean cirruslabs/cli/tart, cirruslabs/cli/orchard, cirruslabs/cli/cirrus or cirruslabs/cli/softnet?

Know that Ventura and up are supported for the current tart version, but okay with a reduced feature set (e.g., no mounts, wonky ShouldBeAtLeastOneLayer for *nix images, etc) on Monterey. For now.

This shouldn't be OS-specific based on the formula anyway as it just installs an upstream tar gunzip file.

fkorotkov commented 9 months ago

Have you pinned cirruslabs/cli tap by any chance? sshpass formula was added only recently so you might not have it updated.

pythoninthegrass commented 9 months ago

That was it! Thanks @fkorotkov