Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Downgrade zink + some other fixes#6752

Merged
crystall1nedev merged 8 commits intoPojavLauncherTeam:v3_openjdkfrom
alexytomi:v3_openjdk
Mar 29, 2025
Merged

Downgrade zink + some other fixes#6752
crystall1nedev merged 8 commits intoPojavLauncherTeam:v3_openjdkfrom
alexytomi:v3_openjdk

Conversation

@alexytomi
Copy link
Copy Markdown
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 <154499206+ItsWinterBush26@users.noreply.github.com>
@crystall1nedev
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member

LGTM.

@crystall1nedev crystall1nedev merged commit 98947f2 into PojavLauncherTeam:v3_openjdk Mar 29, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants