Merge branch 'master' into 'fix-php-2'

# Conflicts:
#   recipes/dev/php84/recipe.toml
This commit is contained in:
Wildan Mubarok 2025-09-28 16:56:01 +00:00
commit f5e8c8e135

View File

@ -7,5 +7,6 @@ script = """
DYNAMIC_STATIC_INIT
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
"${COOKBOOK_CARGO}" build --release
"${COOKBOOK_MAKE}" install HOST="${TARGET}" DESTDIR="${COOKBOOK_STAGE}"
# other than x86_64 this will trigger error because of lacking .so files, which is fine
"${COOKBOOK_MAKE}" install HOST="${TARGET}" DESTDIR="${COOKBOOK_STAGE}" || true
"""