hcavarsan / kftray

A cross-platform system tray application for managing multiple kubectl port-forward commands, with support for UDP and proxy connections through k8s clusters

Home Page:https://kftray.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MacOS Brew install broken

allemp opened this issue · comments

Describe the bug
Brew install broken on MacOS

To Reproduce

brew install --HEAD kftray
...
> kftray@0.8.0 tauri
> tauri build -b app

     Running beforeBuildCommand `pnpm build`

> kftray@0.8.0 build /private/tmp/kftray-20240320-14314-tcxxdi
> tsc && vite build

src/components/FooterMenu/index.tsx(28,10): error TS2865: Import 'FooterMenu' conflicts with local value, so must be declared with a type-only import when 'isolatedModules' is enabled.
 ELIFECYCLE  Command failed with exit code 2.
       Error beforeBuildCommand `pnpm build` failed with exit code 1

If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
  https://github.com/hcavarsan/homebrew-kftray/issues

kftray's formula was built from an unstable upstream --HEAD.
This build failure is expected behaviour.
Do not create issues about this on Homebrew's GitHub repositories.
Any opened issues will be immediately closed without response.
Do not ask for help from Homebrew or its maintainers on social media.
You may ask for help in Homebrew's discussions but are unlikely to receive a response.
Try to figure out the problem yourself and submit a fix as a pull request.
We will review it but may or may not accept it.

Expected behavior
Brew install to work

Additional context
Add any other context about the problem here.

@allemp i will take a look, thanks for the feedback

@allemp fixed : abe6bd8

can you check if it's ok now?

It works now, thanks!