mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-10 04:30:56 +00:00
Update openwrt to 19.07.7
This commit is contained in:
parent
1002f59dbd
commit
d6e79865f7
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
@ -29,7 +29,7 @@ matrix:
|
|||
use_allocator="none" use_allocator_shim=false
|
||||
use_lld=false use_gold=false
|
||||
custom_toolchain="//build/toolchain/linux:clang_mipsel_openwrt"'
|
||||
OPENWRT_FLAGS='arch=mipsel_24kc release=19.07.6 gcc_ver=7.5.0 target=ramips subtarget=rt305x abi=musl'
|
||||
OPENWRT_FLAGS='arch=mipsel_24kc release=19.07.7 gcc_ver=7.5.0 target=ramips subtarget=rt305x abi=musl'
|
||||
- name: "openwrt-x86_64"
|
||||
os: linux
|
||||
dist: bionic
|
||||
|
@ -37,7 +37,7 @@ matrix:
|
|||
target_cpu="x64"
|
||||
use_allocator="none" use_allocator_shim=false
|
||||
custom_toolchain="//build/toolchain/linux:clang_x64_openwrt"'
|
||||
OPENWRT_FLAGS='arch=x86_64 release=19.07.6 gcc_ver=7.5.0 target=x86 subtarget=64 abi=musl'
|
||||
OPENWRT_FLAGS='arch=x86_64 release=19.07.7 gcc_ver=7.5.0 target=x86 subtarget=64 abi=musl'
|
||||
- name: "openwrt-x86"
|
||||
os: linux
|
||||
dist: bionic
|
||||
|
@ -45,7 +45,7 @@ matrix:
|
|||
target_cpu="x86"
|
||||
use_allocator="none" use_allocator_shim=false
|
||||
custom_toolchain="//build/toolchain/linux:clang_x86_openwrt"'
|
||||
OPENWRT_FLAGS='arch=x86 release=19.07.6 gcc_ver=7.5.0 target=x86 subtarget=generic abi=musl'
|
||||
OPENWRT_FLAGS='arch=x86 release=19.07.7 gcc_ver=7.5.0 target=x86 subtarget=generic abi=musl'
|
||||
- name: "openwrt-arm64"
|
||||
os: linux
|
||||
dist: bionic
|
||||
|
@ -53,7 +53,7 @@ matrix:
|
|||
target_cpu="arm64"
|
||||
use_allocator="none" use_allocator_shim=false
|
||||
custom_toolchain="//build/toolchain/linux:clang_arm64_openwrt"'
|
||||
OPENWRT_FLAGS='arch=aarch64 release=19.07.6 gcc_ver=7.5.0 target=armvirt subtarget=64 abi=musl'
|
||||
OPENWRT_FLAGS='arch=aarch64 release=19.07.7 gcc_ver=7.5.0 target=armvirt subtarget=64 abi=musl'
|
||||
- name: "openwrt-arm_cortex-a15_neon-vfpv4"
|
||||
os: linux
|
||||
dist: bionic
|
||||
|
@ -62,7 +62,7 @@ matrix:
|
|||
arm_version=0 arm_cpu="cortex-a15" arm_fpu="neon-vfpv4" arm_float_abi="hard"
|
||||
use_allocator="none" use_allocator_shim=false
|
||||
custom_toolchain="//build/toolchain/linux:clang_arm_openwrt"'
|
||||
OPENWRT_FLAGS='arch=arm_cortex-a15_neon-vfpv4 release=19.07.6 gcc_ver=7.5.0 target=ipq806x subtarget=generic abi=musl_eabi'
|
||||
OPENWRT_FLAGS='arch=arm_cortex-a15_neon-vfpv4 release=19.07.7 gcc_ver=7.5.0 target=ipq806x subtarget=generic abi=musl_eabi'
|
||||
- name: "openwrt-arm_cortex-a9"
|
||||
os: linux
|
||||
dist: bionic
|
||||
|
@ -71,7 +71,7 @@ matrix:
|
|||
arm_version=0 arm_cpu="cortex-a9" arm_float_abi="soft" arm_use_neon=false
|
||||
use_allocator="none" use_allocator_shim=false
|
||||
custom_toolchain="//build/toolchain/linux:clang_arm_openwrt"'
|
||||
OPENWRT_FLAGS='arch=arm_cortex-a9 release=19.07.3 gcc_ver=7.5.0 target=bcm53xx subtarget=generic abi=musl_eabi'
|
||||
OPENWRT_FLAGS='arch=arm_cortex-a9 release=19.07.7 gcc_ver=7.5.0 target=bcm53xx subtarget=generic abi=musl_eabi'
|
||||
- name: "osx"
|
||||
os: osx
|
||||
osx_image: xcode11.3
|
||||
|
|
Loading…
Add table
Reference in a new issue