Skip to content

Commit

Permalink
Merge pull request ibmruntimes#3 from keithc-ca/criu
Browse files Browse the repository at this point in the history
Only include openj9.criu module if support is enabled
  • Loading branch information
tajila authored Jun 25, 2021
2 parents bd29f74 + 3241196 commit 56c1a38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion closed/custom/Images-pre.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# ===========================================================================

JRE_MODULES += \
openj9.criu \
$(if $(call equals, $(OPENJ9_ENABLE_CRIU_SUPPORT), true), openj9.criu) \
openj9.cuda \
openj9.dataaccess \
openj9.gpu \
Expand Down
2 changes: 1 addition & 1 deletion closed/custom/Main.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ j9vm-build : buildtools-langtools
OPENJ9_VM_MODULES := \
java.base \
jdk.management \
openj9.criu \
$(if $(call equals, $(OPENJ9_ENABLE_CRIU_SUPPORT), true), openj9.criu) \
openj9.cuda \
openj9.dtfj \
openj9.sharedclasses \
Expand Down
2 changes: 1 addition & 1 deletion closed/custom/common/Modules.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BOOT_MODULES += \
#

PLATFORM_MODULES += \
openj9.criu \
$(if $(call equals, $(OPENJ9_ENABLE_CRIU_SUPPORT), true), openj9.criu) \
openj9.cuda \
openj9.dataaccess \
openj9.gpu \
Expand Down

0 comments on commit 56c1a38

Please sign in to comment.