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

tree-wide: rename TERMUX_MAKE_PROCESSES to TERMUX_PKG_MAKE_PROCESSES #1127

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

Biswa96
Copy link
Contributor

@Biswa96 Biswa96 commented Jul 24, 2024

Some packages have issues with parallel builds and need to set
TERMUX_MAKE_PROCESSES=1. All other build variables that package
recipes set are prefixed with TERMUX_PKG, use that for MAKE_PROCESSES
as well for consistency.

The changes are copied from https://github.com/termux/termux-packages/commit/9e90d1b31afb89f73985ea7c9741890a8bc3e88d
and it fixes the following error.

build.sh: line 40: TERMUX_MAKE_PROCESSES: unbound variable

%ci:no-build

Fixes #1117

Some packages have issues with parallel builds and need to set
TERMUX_MAKE_PROCESSES=1. All other build variables that package
recipes set are prefixed with TERMUX_PKG, use that for MAKE_PROCESSES
as well for consistency.

The changes are copied from termux/termux-packages@9e90d1b
and it fixes the following error.

build.sh: line 40: TERMUX_MAKE_PROCESSES: unbound variable

%ci:no-build
@licy183 licy183 merged commit ac34cc6 into termux-user-repository:master Jul 24, 2024
14 of 27 checks passed
@licy183
Copy link
Collaborator

licy183 commented Jul 24, 2024

Thanks!

@Biswa96 Biswa96 deleted the pkgver branch July 24, 2024 13:39
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.

Auto update failing for surreal
2 participants