From 44e5796908253d8bf67af1430dc7a17fa8d4e59b Mon Sep 17 00:00:00 2001 From: klzgrad Date: Wed, 9 Nov 2022 23:39:51 +0800 Subject: [PATCH] Enable PartitionAlloc on OpenWrt --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c0f47de8a..5d6a50f158 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -481,7 +481,7 @@ jobs: target_cpu: mipsel extra: 'mips_arch_variant="r1" mips_float_abi="soft"' env: - EXTRA_FLAGS: target_cpu="${{ matrix.target_cpu }}" target_os="openwrt" use_allocator="none" use_allocator_shim=false use_partition_alloc=false ${{ matrix.extra }} + EXTRA_FLAGS: target_cpu="${{ matrix.target_cpu }}" target_os="openwrt" ${{ matrix.extra }} OPENWRT_FLAGS: arch=${{ matrix.arch }} release=22.03.0 gcc_ver=11.2.0 ${{ matrix.openwrt }} BUNDLE: naiveproxy-${{ github.event.release.tag_name }}-${{ github.job }}-${{ matrix.arch }} steps: