Merge pull request #3752 from martin-frbg/mips-xbuild

add target for mips xbuild
This commit is contained in:
Martin Kroeker 2022-09-02 14:40:02 +02:00 committed by GitHub
commit 6f4a60c42e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ jobs:
include: include:
- target: mips64el - target: mips64el
triple: mips64el-linux-gnuabi64 triple: mips64el-linux-gnuabi64
opts: DYNAMIC_ARCH=1 opts: DYNAMIC_ARCH=1 TARGET=GENERIC
- target: riscv64 - target: riscv64
triple: riscv64-linux-gnu triple: riscv64-linux-gnu
opts: TARGET=RISCV64_GENERIC opts: TARGET=RISCV64_GENERIC