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

Fix GitHub Actions Failure with Error Code 143 #7178

Merged
merged 3 commits into from
Sep 19, 2023
Merged

Conversation

wmontwe
Copy link
Member

@wmontwe wmontwe commented Sep 18, 2023

To address the build issues encountered in GitHub Actions, several changes have been made:

  1. The memory settings in gradle.properties have been updated to match those found in Now in Android's repository.
  2. A CI-specific gradle.properties file has been added to disable both the Gradle daemon and Kotlin incremental builds.
  3. The Kotlin compiler is now configured to execute in-process.

These changes aim to resolve the build failures indicated by Error Code 143.

Copy link
Member

@cketti cketti left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@wmontwe wmontwe merged commit 5489a2c into main Sep 19, 2023
2 checks passed
@wmontwe wmontwe deleted the fix_github_action_runs branch September 19, 2023 08:17
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