immortal / immortal

⭕ A *nix cross-platform (OS agnostic) supervisor

Home Page:https://immortal.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

immortal 0.24.0/0.24.1 upgrade issue

chenrui333 opened this issue · comments

Relates to

It looks like we cannot build immortal from the source code (I just tried on my local machine, I wonder if you can provide some instructions to keep the formula up to date). Thanks!

cc @nbari

commented

Hi @chenrui333 many thanks for trying, could you please give a try to latest release https://github.com/immortal/immortal/releases/tag/0.24.2, I updated the dependencies, probably that could help, fix the issue.

How could I test also the formula before trying to bump?

I did Homebrew/homebrew-core#52015 with:

$ brew bump-formula-pr --strict --url https://github.com/immortal/immortal/archive/0.24.2.tar.gz immortal

locally I can compile but I don't know why the formula returns:

https://jenkins.brew.sh/job/Homebrew%20Core%20Pull%20Requests/59726/version=catalina/testReport/junit/brew-test-bot/catalina/install___build_bottle_immortal/:

 Error: An exception occurred within a child process:
  Errno::EINVAL: Invalid argument @ rb_file_s_rename - (/private/tmp/immortal-20200322-87748-azza0a/immortal-0.24.2/src, /private/tmp/immortal-20200322-87748-azza0a/immortal-0.24.2/src/github.com/immortal/immortal/src)

any ideas?

my understanding is your file structure got changed since last workable release.

My another goal is to move this repo to use go modules (Homebrew/homebrew-core#47627), and I created a new PR on this theme.

commented

Hi @chenrui333, thanks for the PR 👍 build still working but how to deal now with the homebrew formula?