fix build after 3party update
All checks were successful
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Successful in 56s
linux-mips64-gcc / linux-gcc-mips64el (push) Successful in 1m22s
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 1m8s
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Successful in 1m11s
linux-x64-gcc / linux-gcc (push) Successful in 44s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 48s
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Successful in 1m5s
All checks were successful
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Successful in 56s
linux-mips64-gcc / linux-gcc-mips64el (push) Successful in 1m22s
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 1m8s
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Successful in 1m11s
linux-x64-gcc / linux-gcc (push) Successful in 44s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 48s
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Successful in 1m5s
This commit is contained in:
parent
e3b3bb41ef
commit
e4b4c8d2c2
@ -8,6 +8,7 @@ on:
|
|||||||
- "toolchains/mipsel-openwrt-linux-musl.toolchain.cmake"
|
- "toolchains/mipsel-openwrt-linux-musl.toolchain.cmake"
|
||||||
- "toolchains/mipsel-openwrt-linux.toolchain.cmake"
|
- "toolchains/mipsel-openwrt-linux.toolchain.cmake"
|
||||||
- "src/**"
|
- "src/**"
|
||||||
|
- "3party/**"
|
||||||
- "tests/**"
|
- "tests/**"
|
||||||
- "CMakeLists.txt"
|
- "CMakeLists.txt"
|
||||||
- "cmake/**"
|
- "cmake/**"
|
||||||
@ -18,6 +19,7 @@ on:
|
|||||||
- "toolchains/himix200.toolchain.cmake"
|
- "toolchains/himix200.toolchain.cmake"
|
||||||
- "toolchains/mipsel-openwrt-linux-musl.toolchain.cmake"
|
- "toolchains/mipsel-openwrt-linux-musl.toolchain.cmake"
|
||||||
- "toolchains/mipsel-openwrt-linux.toolchain.cmake"
|
- "toolchains/mipsel-openwrt-linux.toolchain.cmake"
|
||||||
|
- "3party/**"
|
||||||
- "src/**"
|
- "src/**"
|
||||||
- "tests/**"
|
- "tests/**"
|
||||||
- "CMakeLists.txt"
|
- "CMakeLists.txt"
|
||||||
@ -93,4 +95,3 @@ jobs:
|
|||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libarchive-dev libssl-dev autoconf libtool pkg-config cmake make gcc g++
|
sudo apt-get install -y libarchive-dev libssl-dev autoconf libtool pkg-config cmake make gcc g++
|
||||||
${{ env.build_command }}
|
${{ env.build_command }}
|
||||||
|
|
||||||
|
@ -2,20 +2,22 @@ name: linux-hisiv500-gcc
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- '.gitea/workflows/linux-hisiv500-gcc.yaml'
|
- ".gitea/workflows/linux-hisiv500-gcc.yaml"
|
||||||
- 'toolchains/hisiv500.toolchain.cmake'
|
- "toolchains/hisiv500.toolchain.cmake"
|
||||||
- 'src/**'
|
- "3party/**"
|
||||||
- 'tests/**'
|
- "src/**"
|
||||||
- 'CMakeLists.txt'
|
- "tests/**"
|
||||||
- 'cmake/**'
|
- "CMakeLists.txt"
|
||||||
|
- "cmake/**"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '.gitea/workflows/linux-hisiv500-gcc.yaml'
|
- ".gitea/workflows/linux-hisiv500-gcc.yaml"
|
||||||
- 'toolchains/hisiv500.toolchain.cmake'
|
- "toolchains/hisiv500.toolchain.cmake"
|
||||||
- 'src/**'
|
- "3party/**"
|
||||||
- 'tests/**'
|
- "src/**"
|
||||||
- 'CMakeLists.txt'
|
- "tests/**"
|
||||||
- 'cmake/**'
|
- "CMakeLists.txt"
|
||||||
|
- "cmake/**"
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: linux-hisiv500-gcc-${{ github.ref }}
|
group: linux-hisiv500-gcc-${{ github.ref }}
|
||||||
|
@ -4,6 +4,7 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- ".gitea/workflows/linux-mips64-gcc.yml"
|
- ".gitea/workflows/linux-mips64-gcc.yml"
|
||||||
- "toolchains/mips64el-linux-gnuabi64.toolchain.cmake"
|
- "toolchains/mips64el-linux-gnuabi64.toolchain.cmake"
|
||||||
|
- "3party/**"
|
||||||
- "src/**"
|
- "src/**"
|
||||||
- "tests/**"
|
- "tests/**"
|
||||||
- "CMakeLists.txt"
|
- "CMakeLists.txt"
|
||||||
@ -12,6 +13,7 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- ".gitea/workflows/linux-mips64-gcc.yml"
|
- ".gitea/workflows/linux-mips64-gcc.yml"
|
||||||
- "toolchains/mips64el-linux-gnuabi64.toolchain.cmake"
|
- "toolchains/mips64el-linux-gnuabi64.toolchain.cmake"
|
||||||
|
- "3party/**"
|
||||||
- "src/**"
|
- "src/**"
|
||||||
- "tests/**"
|
- "tests/**"
|
||||||
- "CMakeLists.txt"
|
- "CMakeLists.txt"
|
||||||
|
@ -3,6 +3,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- ".gitea/workflows/linux-x64-gcc.yml"
|
- ".gitea/workflows/linux-x64-gcc.yml"
|
||||||
|
- "3party/**"
|
||||||
- "src/**"
|
- "src/**"
|
||||||
- "tests/**"
|
- "tests/**"
|
||||||
- "CMakeLists.txt"
|
- "CMakeLists.txt"
|
||||||
@ -10,6 +11,7 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- ".gitea/workflows/linux-x64-gcc.yml"
|
- ".gitea/workflows/linux-x64-gcc.yml"
|
||||||
|
- "3party/**"
|
||||||
- "src/**"
|
- "src/**"
|
||||||
- "tests/**"
|
- "tests/**"
|
||||||
- "CMakeLists.txt"
|
- "CMakeLists.txt"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user