Skip to content

Commit

Permalink
Remove zulu-9 from Additional_Build_Tools var lists (#1116)
Browse files Browse the repository at this point in the history
* Remove zulu-9 from Additional_Build_Tools var lists

* Remove tasks for adding zulu.repo
  • Loading branch information
sej-jackson authored Jan 29, 2020
1 parent 936c592 commit 46456c7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,6 @@
state: latest
tags: patch_update

#########################################
# Configure Repos and Update the system #
#########################################
- name: Import AZUL public key
rpm_key:
state: present
key: http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems
when:
- ansible_architecture == "x86_64"
tags: azul-key

- name: Add AZUL to yum repo
get_url:
url: http://repos.azulsystems.com/rhel/zulu.repo
dest: /etc/yum.repos.d/zulu.repo
timeout: 25
checksum: sha256:a7403b21c3eaad3104195746bfb0784fe2747a2722cf7ffb787f9ea4fc0cd39b
when:
- ansible_architecture == "x86_64"
tags: build_tools

############################
# Build Packages and tools #
############################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ Additional_Build_Tools_CentOS7:
- libstdc++-static

Additional_Build_Tools_CentOS_x86:
- zulu-9
- glibc.i686 # a dependency required for executing a 32-bit C binary
- glibc-devel.i686 # a dependency required for executing a 32-bit C binary
- libstdc++.i686 # a dependency required for executing a 32-bit C binary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ Additional_Packages_Debian8:
- libmpfr4-dbg

Additional_Build_Tools_x86_64:
- zulu-9
- libnuma-dev
- numactl
- gcc-7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ Additional_Packages_Ubuntu18:
- libgstreamer-plugins-base1.0-dev # OpenJFX prereq

Additional_Build_Tools_x86:
- zulu-9
- libnuma-dev
- numactl
- gcc-7
Expand Down

0 comments on commit 46456c7

Please sign in to comment.