-
Notifications
You must be signed in to change notification settings - Fork 13
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
MAC OSX Incubator version is not working #101
Comments
The build of incubator RCP doesn't do mac signing and notarization. If you'd like to use the MAC RCP use the Trace Compass mainline RCP build and install the incubator features using the The mainline RCP (ending with .dmg) can downloaded from here: https://download.eclipse.org/tracecompass/releases/9.3.0/rcp/ |
How can I add ROCm plugin? |
Would it be easy to add mac signing and notarization for the incubator release as well ? |
It's not that hard because you can follow what was done in Trace Compass mainline. However, some changes need to be done in the pom files and CI setup. From what I can remember, you will have to add a mac signing and a notarization profile in the RCP product pom.xml. Then add flags to the incubator Jenkinsfile to be enable mac signing. In Trace Compass we have a separate jenkins job that does the notarization (https://ci.eclipse.org/tracecompass/job/notarize-tracecompass-dmgs/) which is triggered after a successful build (e.g. nightly.). It calls a script (notarize-mac.sh) for that. |
I will look into it, thank you very much for the explanation ! |
Hey, as a quick stopgap fix... would this help?
|
If I try to download the incubator version and try to run it on M1 MAC OSX, I will get the following screen:
With the normal version, I had to edit the Info.list to check the right Java path on my machine.
Let me know if you need more information.
The text was updated successfully, but these errors were encountered: