Skip to content
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

openj9 0.46.1 #183744

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Formula/o/openj9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
desc "High performance, scalable, Java virtual machine"
homepage "https://www.eclipse.org/openj9/"
url "https://github.com/eclipse-openj9/openj9.git",
tag: "openj9-0.45.0",
revision: "0863e24b1d3f1637a418c59435c514116444106c"
tag: "openj9-0.46.1",
revision: "4760d5d3202149479ba7beca189fcbdbe2e0e79b"
license any_of: [
"EPL-2.0",
"Apache-2.0",
Expand Down Expand Up @@ -84,17 +84,17 @@

resource "omr" do
url "https://github.com/eclipse-openj9/openj9-omr.git",
tag: "openj9-0.45.0",
tag: "openj9-0.46.1",
revision: "254af5a0452934f62e3253c5565b183c682d3495"
end

resource "openj9-openjdk-jdk" do
url "https://github.com/ibmruntimes/openj9-openjdk-jdk22.git",
tag: "openj9-0.45.0",
tag: "openj9-0.46.1",
revision: "980fc841b6b683f31a8fde962b63dbd9ca97bd6a"
end

def install

Check warning on line 97 in Formula/o/openj9.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew install --verbose --formula --build-bottle openj9` failed on Linux!

==> Fetching openj9 ==> Downloading https://github.com/AdoptOpenJDK/semeru22-binaries/releases/download/jdk-22.0.1%2B8_openj9-0.45.0/ibm-semeru-open-jdk_x64_linux_22.0.1_8_openj9-0.45.0.tar.gz Already downloaded: /home/linuxbrew/.cache/Homebrew/downloads/ccac30e032a019a546f9bf5657149b49040ceb2318fef22cfdf8539461d2b087--ibm-semeru-open-jdk_x64_linux_22.0.1_8_openj9-0.45.0.tar.gz ==> Verifying checksum for 'ccac30e032a019a546f9bf5657149b49040ceb2318fef22cfdf8539461d2b087--ibm-semeru-open-jdk_x64_linux_22.0.1_8_openj9-0.45.0.tar.gz' ==> Cloning https://github.com/eclipse-openj9/openj9-omr.git Updating /home/linuxbrew/.cache/Homebrew/openj9--omr--git /usr/bin/env git config remote.origin.url https://github.com/eclipse-openj9/openj9-omr.git /usr/bin/env git config remote.origin.fetch +refs/tags/openj9-0.46.1:refs/tags/openj9-0.46.1 /usr/bin/env git config remote.origin.tagOpt --no-tags /usr/bin/env git config advice.detachedHead false /usr/bin/env git config core.fsmonitor false ==> Checking out tag openj9-0.46.1 /usr/bin/env git checkout -f openj9-0.46.1 -- HEAD is now at 840a9adba Merge pull request #210 from amicic/MSS_trace_v0.46 /usr/bin/env git reset --hard openj9-0.46.1 -- HEAD is now at 840a9adba Merge pull request #210 from amicic/MSS_trace_v0.46 Error: openj9-0.46.1 tag should be 254af5a0452934f62e3253c5565b183c682d3495 but is actually 840a9adba4548aa546e36c97a1150b7306a7e07b ::error::openj9-0.46.1 tag should be 254af5a0452934f62e3253c5565b183c682d3495%0Abut is actually 840a9adba4548aa546e36c97a1150b7306a7e07b%0A
openj9_files = buildpath.children
(buildpath/"openj9").install openj9_files
resource("openj9-openjdk-jdk").stage buildpath
Expand Down
Loading