mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
fix
This commit is contained in:
parent
cbd37760e8
commit
c1dfa501d6
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -395,7 +395,7 @@ jobs:
|
|||||||
- arch: aarch64_cortex-a53-static
|
- arch: aarch64_cortex-a53-static
|
||||||
openwrt: "target=sunxi subtarget=cortexa53"
|
openwrt: "target=sunxi subtarget=cortexa53"
|
||||||
target_cpu: arm64
|
target_cpu: arm64
|
||||||
extra: 'arm_cpu="cortex-a53" build_static=true use_partition_alloc=false'
|
extra: 'arm_cpu="cortex-a53" build_static=true use_allocator_shim=false use_partition_alloc=false'
|
||||||
- arch: aarch64_cortex-a72
|
- arch: aarch64_cortex-a72
|
||||||
openwrt: "target=mvebu subtarget=cortexa72"
|
openwrt: "target=mvebu subtarget=cortexa72"
|
||||||
target_cpu: arm64
|
target_cpu: arm64
|
||||||
@ -403,14 +403,14 @@ jobs:
|
|||||||
- arch: aarch64_cortex-a72-static
|
- arch: aarch64_cortex-a72-static
|
||||||
openwrt: "target=mvebu subtarget=cortexa72"
|
openwrt: "target=mvebu subtarget=cortexa72"
|
||||||
target_cpu: arm64
|
target_cpu: arm64
|
||||||
extra: 'arm_cpu="cortex-a72" build_static=true use_partition_alloc=false'
|
extra: 'arm_cpu="cortex-a72" build_static=true use_allocator_shim=false use_partition_alloc=false'
|
||||||
- arch: aarch64_generic
|
- arch: aarch64_generic
|
||||||
openwrt: "target=rockchip subtarget=armv8"
|
openwrt: "target=rockchip subtarget=armv8"
|
||||||
target_cpu: arm64
|
target_cpu: arm64
|
||||||
- arch: aarch64_generic-static
|
- arch: aarch64_generic-static
|
||||||
openwrt: "target=rockchip subtarget=armv8"
|
openwrt: "target=rockchip subtarget=armv8"
|
||||||
target_cpu: arm64
|
target_cpu: arm64
|
||||||
extra: "build_static=true use_partition_alloc=false"
|
extra: "build_static=true use_allocator_shim=false use_partition_alloc=false"
|
||||||
- arch: arm_arm1176jzf-s_vfp
|
- arch: arm_arm1176jzf-s_vfp
|
||||||
openwrt: "target=bcm27xx subtarget=bcm2708"
|
openwrt: "target=bcm27xx subtarget=bcm2708"
|
||||||
target_cpu: arm
|
target_cpu: arm
|
||||||
@ -438,7 +438,7 @@ jobs:
|
|||||||
- arch: arm_cortex-a7_neon-vfpv4-static
|
- arch: arm_cortex-a7_neon-vfpv4-static
|
||||||
openwrt: "target=sunxi subtarget=cortexa7"
|
openwrt: "target=sunxi subtarget=cortexa7"
|
||||||
target_cpu: arm
|
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_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 use_allocator_shim=false use_partition_alloc=false'
|
||||||
- arch: arm_cortex-a7_vfpv4
|
- arch: arm_cortex-a7_vfpv4
|
||||||
openwrt: "target=at91 subtarget=sama7"
|
openwrt: "target=at91 subtarget=sama7"
|
||||||
target_cpu: arm
|
target_cpu: arm
|
||||||
@ -454,7 +454,7 @@ jobs:
|
|||||||
- arch: arm_cortex-a9-static
|
- arch: arm_cortex-a9-static
|
||||||
openwrt: "target=bcm53xx subtarget=generic"
|
openwrt: "target=bcm53xx subtarget=generic"
|
||||||
target_cpu: arm
|
target_cpu: arm
|
||||||
extra: 'arm_version=0 arm_cpu="cortex-a9" arm_float_abi="soft" arm_use_neon=false build_static=true use_partition_alloc=false'
|
extra: 'arm_version=0 arm_cpu="cortex-a9" arm_float_abi="soft" arm_use_neon=false build_static=true use_allocator_shim=false use_partition_alloc=false'
|
||||||
- arch: arm_cortex-a9_neon
|
- arch: arm_cortex-a9_neon
|
||||||
openwrt: "target=zynq subtarget=generic"
|
openwrt: "target=zynq subtarget=generic"
|
||||||
target_cpu: arm
|
target_cpu: arm
|
||||||
@ -478,7 +478,7 @@ jobs:
|
|||||||
- arch: mipsel_24kc-static
|
- arch: mipsel_24kc-static
|
||||||
openwrt: "target=ramips subtarget=rt305x"
|
openwrt: "target=ramips subtarget=rt305x"
|
||||||
target_cpu: mipsel
|
target_cpu: mipsel
|
||||||
extra: 'mips_arch_variant="r2" mips_float_abi="soft" build_static=true use_partition_alloc=false'
|
extra: 'mips_arch_variant="r2" mips_float_abi="soft" build_static=true use_allocator_shim=false use_partition_alloc=false'
|
||||||
- arch: mipsel_mips32
|
- arch: mipsel_mips32
|
||||||
openwrt: "target=bcm47xx subtarget=generic"
|
openwrt: "target=bcm47xx subtarget=generic"
|
||||||
target_cpu: mipsel
|
target_cpu: mipsel
|
||||||
|
Loading…
Reference in New Issue
Block a user