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

This commit is contained in:
tqcq 2023-12-26 21:25:11 +08:00
parent e3b3bb41ef
commit e4b4c8d2c2
4 changed files with 21 additions and 14 deletions

View File

@ -8,6 +8,7 @@ on:
- "toolchains/mipsel-openwrt-linux-musl.toolchain.cmake"
- "toolchains/mipsel-openwrt-linux.toolchain.cmake"
- "src/**"
- "3party/**"
- "tests/**"
- "CMakeLists.txt"
- "cmake/**"
@ -18,6 +19,7 @@ on:
- "toolchains/himix200.toolchain.cmake"
- "toolchains/mipsel-openwrt-linux-musl.toolchain.cmake"
- "toolchains/mipsel-openwrt-linux.toolchain.cmake"
- "3party/**"
- "src/**"
- "tests/**"
- "CMakeLists.txt"
@ -93,4 +95,3 @@ jobs:
sudo apt-get update
sudo apt-get install -y libarchive-dev libssl-dev autoconf libtool pkg-config cmake make gcc g++
${{ env.build_command }}

View File

@ -2,20 +2,22 @@ name: linux-hisiv500-gcc
on:
push:
paths:
- '.gitea/workflows/linux-hisiv500-gcc.yaml'
- 'toolchains/hisiv500.toolchain.cmake'
- 'src/**'
- 'tests/**'
- 'CMakeLists.txt'
- 'cmake/**'
- ".gitea/workflows/linux-hisiv500-gcc.yaml"
- "toolchains/hisiv500.toolchain.cmake"
- "3party/**"
- "src/**"
- "tests/**"
- "CMakeLists.txt"
- "cmake/**"
pull_request:
paths:
- '.gitea/workflows/linux-hisiv500-gcc.yaml'
- 'toolchains/hisiv500.toolchain.cmake'
- 'src/**'
- 'tests/**'
- 'CMakeLists.txt'
- 'cmake/**'
- ".gitea/workflows/linux-hisiv500-gcc.yaml"
- "toolchains/hisiv500.toolchain.cmake"
- "3party/**"
- "src/**"
- "tests/**"
- "CMakeLists.txt"
- "cmake/**"
concurrency:
group: linux-hisiv500-gcc-${{ github.ref }}
@ -37,7 +39,7 @@ jobs:
uses: actions/cache@v3
with:
path: qemu-install
key: qemu-hisiv500-install-20231206-1
key: qemu-hisiv500-install-20231206-1
- name: checkout-qemu
if: steps.cache-qemu.outputs.cache-hit != 'true'

View File

@ -4,6 +4,7 @@ on:
paths:
- ".gitea/workflows/linux-mips64-gcc.yml"
- "toolchains/mips64el-linux-gnuabi64.toolchain.cmake"
- "3party/**"
- "src/**"
- "tests/**"
- "CMakeLists.txt"
@ -12,6 +13,7 @@ on:
paths:
- ".gitea/workflows/linux-mips64-gcc.yml"
- "toolchains/mips64el-linux-gnuabi64.toolchain.cmake"
- "3party/**"
- "src/**"
- "tests/**"
- "CMakeLists.txt"

View File

@ -3,6 +3,7 @@ on:
push:
paths:
- ".gitea/workflows/linux-x64-gcc.yml"
- "3party/**"
- "src/**"
- "tests/**"
- "CMakeLists.txt"
@ -10,6 +11,7 @@ on:
pull_request:
paths:
- ".gitea/workflows/linux-x64-gcc.yml"
- "3party/**"
- "src/**"
- "tests/**"
- "CMakeLists.txt"