Skip to content

Update create release to support updated Android builds#59

Merged
DanielaOrtner merged 1 commit into
RebelToolbox:mainfrom
madmiraal:fix-create-release
May 16, 2024
Merged

Update create release to support updated Android builds#59
DanielaOrtner merged 1 commit into
RebelToolbox:mainfrom
madmiraal:fix-create-release

Conversation

@madmiraal
Copy link
Copy Markdown
Contributor

#55 upgraded the build tools used to create the Rebel Android templates, which included a requirement to upgrade Java to version 17. The servers used to create a Rebel release (including the Rebel's nightly release) currently use Java 11 as the default. This PR updates the create release workflow to change the version of Java used to 17. Similarly, it ensures that the libc++ shared libraries are the ones that match the version of the NDK used (23.2.8568313). Both options have been set up as variables; so they can be more easily updated in future.

Finally, this PR also removes the installation of SCons when creating the templates; as #55 (f9586ee) has removed this requirement.

@madmiraal madmiraal added the bug label May 16, 2024
@DanielaOrtner DanielaOrtner self-requested a review May 16, 2024 18:35
Copy link
Copy Markdown
Contributor

@DanielaOrtner DanielaOrtner left a comment

Choose a reason for hiding this comment

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

Thank you for being continuously one step ahead and keeping the nightly build running smoothly. :)

@DanielaOrtner DanielaOrtner merged commit 286f2ec into RebelToolbox:main May 16, 2024
@madmiraal madmiraal deleted the fix-create-release branch May 17, 2024 07:09
@madmiraal madmiraal added PR Type: Bug Fix Your current game should now work as expected. and removed bug labels May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR Type: Bug Fix Your current game should now work as expected.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants