Skip to content

Commit 9c374fb

Browse files
Prakash Suryaaditya-joshi-delphix
andauthored
Add dependency on "host-jdks" to "virtualization" package (#159) (#168)
Co-authored-by: aditya-joshi-delphix <79338993+aditya-joshi-delphix@users.noreply.github.com>
1 parent 0a09aa0 commit 9c374fb

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

package-lists/build/main.pkgs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ drgn
1515
docker-python-image
1616
gdb-python
1717
grub2
18+
host-jdks
1819
libkdumpfile
1920
make-jpkg
2021
makedumpfile

packages/virtualization/config.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# shellcheck disable=SC2034
1818

1919
DEFAULT_PACKAGE_GIT_URL="https://gitlab.delphix.com/app/dlpx-app-gate.git"
20-
PACKAGE_DEPENDENCIES="adoptopenjdk crypt-blowfish misc-debs"
20+
PACKAGE_DEPENDENCIES="adoptopenjdk crypt-blowfish host-jdks misc-debs"
2121

2222
function prepare() {
2323
logmust install_pkgs \
@@ -43,6 +43,7 @@ function prepare() {
4343
logmust install_pkgs \
4444
"$DEPDIR"/adoptopenjdk/*.deb \
4545
"$DEPDIR"/crypt-blowfish/*.deb \
46+
"$DEPDIR"/host-jdks/*.deb \
4647
"$DEPDIR"/misc-debs/unzip_6.0-21ubuntu1_amd64.deb
4748
}
4849

0 commit comments

Comments
 (0)