brew bottle command replaces JAVA_HOME path with @@HOMEBREW_JAVA@@ #2530
-
Hi i'm maintaining a brew tap (https://github.com/valet-sh/homebrew-core) and since brew commit Homebrew/brew@aa95c17 the JAVA_HOME variable value gets replaced with "@@HOMEBREW_JAVA@@" in our configuration (e.g. for vsh-elasticsearch7.rb) files during the "brew bottle" command execution. is there are way to disable the replacing process? I've read a lot about "skip_relocation", but i was not able to find any hint what i have to do exactly. Ist ist a Formula value? Do i have to set an argument for the "brew bottle" command? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 28 replies
-
You could try passing Are you building bottles but not using |
Beta Was this translation helpful? Give feedback.
-
I was trying to install kafka through
Not sure if it is related to this bug though. |
Beta Was this translation helpful? Give feedback.
You could try passing
--skip-relocation
tobrew bottle
. Not sure if that'll work, but it might. I don't understand why this is an issue, since@@HOMEBREW_JAVA@@
should be replaced by the correct value whenbrew
installs the bottle.Are you building bottles but not using
brew
to install them?