-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openjdk@8 1.8.0-432 #194719
openjdk@8 1.8.0-432 #194719
Conversation
ff25870
to
68bd427
Compare
Why is the on_arm do
depends_on "openjdk@21"
end
on_intel do
depends_on "openjdk@8"
end I printed the content of the #!/bin/bash
export JAVA_HOME="${JAVA_HOME:-/usr/local/opt/openjdk@8/libexec/openjdk.jdk/Contents/Home}"
exec "${JAVA_HOME}/bin/java" -jar "/usr/local/Cellar/embulk/0.11.5/libexec/embulk-0.11.5.jar" "$@" It seems that the P.S. def install
java_version = Hardware::CPU.intel? ? "1.8" : "21"
libexec.install "embulk-#{version}.jar"
bin.write_jar_script libexec/"embulk-#{version}.jar", "embulk", java_version:
end |
fed29db
to
68bd427
Compare
0b8bfc0
to
68bd427
Compare
79c16e8
to
bd657e1
Compare
16477cb
to
d3955dd
Compare
14edc3f
to
e34a3cd
Compare
e34a3cd
to
6864d32
Compare
b069910
to
2448cc0
Compare
Looks like there's one part that doesn't accept |
aa34fd4
to
40066ab
Compare
Yes, you’re right. I’ve referred to your commit and adjusted this PR, and it seems to be working fine now. Thank you very much! |
Should it be approved and merged into the master branch now? @Bo98 @carlocab @cho-m @chenrui333 |
40066ab
to
0bf8394
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@chenrui333 Hi, it can now be requested bottles to be published to this PR. |
This comment was marked as outdated.
This comment was marked as outdated.
0bf8394
to
cc4cb80
Compare
🤖 An automated task has requested bottles to be published to this PR. |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?