From f9f98eedd91814c6aabddfb2c0dd5f66174a9497 Mon Sep 17 00:00:00 2001 From: klzgrad Date: Sat, 12 Nov 2022 15:13:17 +0800 Subject: [PATCH] Revert "Disable PartitionAlloc for old device builds" This reverts commit 15fe90088c61a490077763dc3b8a2983385bdcdb. --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77eb591099..5d6a50f158 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -400,7 +400,7 @@ jobs: - arch: aarch64_cortex-a53-static openwrt: 'target=sunxi subtarget=cortexa53' target_cpu: arm64 - extra: 'arm_cpu="cortex-a53" build_static=true use_allocator="none" use_allocator_shim=false use_partition_alloc=false' + extra: 'arm_cpu="cortex-a53" build_static=true' - arch: aarch64_cortex-a72 openwrt: 'target=mvebu subtarget=cortexa72' target_cpu: arm64 @@ -439,7 +439,7 @@ jobs: - arch: arm_cortex-a7_neon-vfpv4-static openwrt: 'target=sunxi subtarget=cortexa7' target_cpu: arm - extra: 'arm_version=0 arm_cpu="cortex-a7" arm_fpu="neon-vfpv4" arm_float_abi="hard" arm_use_neon=true build_static=true use_allocator="none" use_allocator_shim=false use_partition_alloc=false' + extra: 'arm_version=0 arm_cpu="cortex-a7" arm_fpu="neon-vfpv4" arm_float_abi="hard" arm_use_neon=true build_static=true' - arch: arm_cortex-a8_vfpv3 openwrt: 'target=sunxi subtarget=cortexa8' target_cpu: arm @@ -451,7 +451,7 @@ jobs: - arch: arm_cortex-a9-static openwrt: 'target=bcm53xx subtarget=generic' target_cpu: arm - extra: 'arm_version=0 arm_cpu="cortex-a9" arm_float_abi="soft" arm_use_neon=false build_static=true use_allocator="none" use_allocator_shim=false use_partition_alloc=false' + extra: 'arm_version=0 arm_cpu="cortex-a9" arm_float_abi="soft" arm_use_neon=false build_static=true' - arch: arm_cortex-a9_neon openwrt: 'target=zynq' target_cpu: arm @@ -475,7 +475,7 @@ jobs: - arch: mipsel_24kc-static openwrt: 'target=ramips subtarget=rt305x' target_cpu: mipsel - extra: 'mips_arch_variant="r2" mips_float_abi="soft" build_static=true use_allocator="none" use_allocator_shim=false use_partition_alloc=false' + extra: 'mips_arch_variant="r2" mips_float_abi="soft" build_static=true' - arch: mipsel_mips32 openwrt: 'target=bcm47xx subtarget=generic' target_cpu: mipsel