Skip to content

Commit

Permalink
unixPB: Update Linux devkit to b03 (#3629)
Browse files Browse the repository at this point in the history
* unixPB: Update Linux devkit to b03

Signed-off-by: Stewart X Addison <sxa@redhat.com>

* Update SHA sums too

Signed-off-by: Stewart X Addison <sxa@redhat.com>

---------

Signed-off-by: Stewart X Addison <sxa@redhat.com>
  • Loading branch information
sxa authored Jun 27, 2024
1 parent ce034c0 commit 17d3be1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ansible/playbooks/AdoptOpenJDK_Unix_Playbook/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
- role: gcc_11 # JDK19+
tags: [build_tools]
- role: devkit # JDK19+
devkit_version: gcc-11.3.0-Centos7.9.2009-b02
devkit_version: gcc-11.3.0-Centos7.9.2009-b03
when:
- ansible_os_family == "RedHat" or ansible_os_family == "Debian"
- ansible_architecture == "x86_64" or ansible_architecture == "ppc64le"
tags: [devkit]
- role: devkit # JDK19+
devkit_version: gcc-11.3.0-Centos7.6.1810-b02
devkit_version: gcc-11.3.0-Centos7.6.1810-b03
when:
- ansible_os_family == "RedHat" or ansible_os_family == "Debian"
- ansible_architecture == "aarch64"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
csum_x86_64: 8546406f0260ea6b2e136af13c3ea2d70d20f3d7c5935914f2f73b458141f231
csum_aarch64: ac1bbbbbe28b753f865fa96dc48ac950f311c78304d03b05b234c8e16828c517
csum_ppc64le: 5f4a9a3ea8c0c3d78800df805a64523ba3415fd68b6906c56ed9dacd1d0d5c1b
csum_x86_64: 97373a8e9efa47fd3748215a7739f3c149e36f3f2eeddf772dc51c8a35525b4c
csum_aarch64: e53c18b752cb0e6070e5277bf1eee24d2ad931d0f46b1de203e8180fed5e315c
csum_ppc64le: c3aa6b87dba9c76cd7c839354c564cc0370cce77af396483bad63da884267172

0 comments on commit 17d3be1

Please sign in to comment.