Skip to content

Downgrade zink + some other fixes #6752

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

Merged
merged 8 commits into from
Mar 29, 2025

Conversation

alexytomi
Copy link
Contributor

No description provided.

This reverts commit f88fb3c.

Mali devices are severely screwed over by this change.
This makes it override anything that could be set by the launcher, which
is the point. Also it looks cleaner imo.
I'm really annoyed at how the version file keeps changing and it seems
dumb
Using 8 is causing some really weird unreproducable shitfuckery that is
likely related to caches.

Co-authored-by: ItsWinterBush <[email protected]>
@crystall1nedev
Copy link
Member

I don't see issues with this from a quick look at the code.

build.gradle Outdated
def command = Runtime.getRuntime().exec("git rev-list -1 HEAD " + project)
def result = command.waitFor()
if (result != 0) {
throw new IOException("Command 'getGitHash()' exited with " + result)
Copy link
Member

Choose a reason for hiding this comment

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

Note for a future PR/commit:

Enforce failing the build if the repository isn't cloned with Git. Not cloning with Git breaks submodules and this code already.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

How do you suppose just letting it silently fail and not edit the versions file?

@alexytomi alexytomi marked this pull request as draft March 27, 2025 01:26
@alexytomi
Copy link
Contributor Author

oh uh oops i mistapped

@alexytomi alexytomi marked this pull request as ready for review March 29, 2025 12:39
@crystall1nedev
Copy link
Member

LGTM.

@crystall1nedev crystall1nedev merged commit 98947f2 into PojavLauncherTeam:v3_openjdk Mar 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants