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

openjdk-20 : fix version strings and bump to jdk-20.0.2+9/jdk-20.0.2-ga #3916

Merged
merged 1 commit into from
Jul 26, 2023
Merged
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
9 changes: 5 additions & 4 deletions openjdk-20.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: openjdk-20
version: 20.0.1.9
epoch: 3
version: 20.0.2.9
epoch: 0
description:
copyright:
- license: GPL-2.0-with-classpath-exception
Expand Down Expand Up @@ -51,7 +51,7 @@ pipeline:
- uses: fetch
with:
uri: https://github.com/openjdk/jdk20u/archive/refs/tags/jdk-${{vars.mangled-package-version}}.tar.gz
expected-sha512: 50b1e9d3936d649cb94c16d7dbcba8288807a6688808536d359a652700e00d3b5bd8169f6bbe1ec501fe25a7f2214db51794b6c9cd5954c4757606ccbf1037f2
expected-sha512: 18a352ad5474b8499b7fcdacdfbf7392ff16681e3a47c925dcb4edd7a326c690fdfd5a40977783c2c85cb2b55c9fd70d70e7cf37357cd44e02383f96fb9df8f4

- working-directory: /home/build/googletest
pipeline:
Expand Down Expand Up @@ -88,7 +88,8 @@ pipeline:
--with-libjpeg=system \
--with-giflib=system \
--with-lcms=system \
--with-gtest="/home/build/googletest"
--with-gtest="/home/build/googletest" \
--with-version-string="${{vars.mangled-package-version}}"
- runs: make jdk-image

Expand Down