Skip to content

runfinch/finch-core

Folders and files

NameName
Last commit message
Last commit date
Mar 21, 2025
Dec 27, 2024
Apr 3, 2025
Mar 24, 2025
Dec 27, 2024
Mar 13, 2025
Mar 24, 2025
Aug 13, 2024
Nov 14, 2024
Jan 26, 2023
Nov 17, 2022
Jan 9, 2025
Jan 3, 2025
Dec 27, 2024
Nov 17, 2022
Nov 17, 2022
Nov 17, 2022
Nov 17, 2022
Nov 17, 2022

finch-core

This repository contains the core dependencies for the project and is versioned/maintained separately from the the main CLI repository.

Local Development

Dependency Installation

Fetch dependencies first.

brew update
brew install go qemu bash coreutils autoconf automake

Build core

Build project locally.

make

Start Lima virtual machine

./_output/lima/bin/limactl start template://fedora --tty=false

Run commands

Run and test any command you wish with the following.

./_output/lima/bin/limactl shell fedora nerdctl ...

E2E Testing

Note that the vm instance is NOT expected to exist before running the tests, please ensure it is removed before running the tests.

./_output/lima/bin/limactl stop fedora
./_output/lima/bin/limactl remove fedora