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

Add mac osx PLATFORM-oa64 to the jpp config #3127

Merged
merged 1 commit into from
Oct 3, 2018

Conversation

DanHeidinga
Copy link
Member

As requested in ibmruntimes/openj9-openjdk-jdk8#118 (comment)

issue: #36

Signed-off-by: Dan Heidinga daniel_heidinga@ca.ibm.com

@DanHeidinga
Copy link
Member Author

The line endings check is failing for:

Using context: Line Endings Check
java.lang.OutOfMemoryError: Java heap space
Caused: java.io.IOException: Remote call on proxy_worker failed

@@ -57,7 +57,7 @@
<!-- These flags identify the target platform. -->
<set
label="platforms"
flags="PLATFORM-ap64,PLATFORM-mz31,PLATFORM-mz64,PLATFORM-wa64,PLATFORM-xa64,PLATFORM-xi32,PLATFORM-xl64,PLATFORM-xr32,PLATFORM-xs32,PLATFORM-xz31,PLATFORM-xz64"/>
flags="PLATFORM-ap64,PLATFORM-mz31,PLATFORM-mz64,PLATFORM-wa64,PLATFORM-xa64,PLATFORM-xi32,PLATFORM-xl64,PLATFORM-xr32,PLATFORM-xs32,PLATFORM-xz31,PLATFORM-xz64,PLATFORM-oa64"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The flags were in alphabetical order: could you please retain that property?

Signed-off-by: Dan Heidinga <daniel_heidinga@ca.ibm.com>
@DanHeidinga
Copy link
Member Author

Updated to put o after m =)

@keithc-ca
Copy link
Contributor

jenkins copyright check

@keithc-ca
Copy link
Contributor

jenkins line endings check

@keithc-ca
Copy link
Contributor

We don't need a build for this change; cancelling travis job.

@keithc-ca keithc-ca merged commit b7d953b into eclipse-openj9:master Oct 3, 2018
@DanHeidinga DanHeidinga deleted the djh/jpp_mac branch October 3, 2018 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants