feature fix linux-x64-gcc
All checks were successful
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 1m19s
rpcrypto-build / build (Debug, hisiv500.toolchain.cmake) (push) Successful in 1m21s
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Successful in 1m27s
rpcrypto-build / build (Debug, mipsel-openwrt-linux.toolchain.cmake) (push) Successful in 1m11s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 1m10s
rpcrypto-build / build (Debug, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Successful in 1m24s
rpcrypto-build / build (Debug, host-afl.toolchain.cmake) (push) Successful in 3m13s
rpcrypto-build / build (Release, hisiv500.toolchain.cmake) (push) Successful in 1m9s
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Successful in 1m12s
rpcrypto-build / build (Release, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Successful in 1m10s
rpcrypto-build / build (Release, mipsel-openwrt-linux.toolchain.cmake) (push) Successful in 1m23s
linux-x64-gcc / linux-gcc (push) Successful in 46s
rpcrypto-build / build (Release, host-afl.toolchain.cmake) (push) Successful in 3m10s

This commit is contained in:
tqcq 2023-12-05 16:44:08 +08:00
parent e6cc0c9e81
commit 2037764f67
2 changed files with 14 additions and 4 deletions

View File

@ -1,8 +1,19 @@
name: rpcrypto-build
on:
- push
- pull_request
push:
paths:
- '.gitea/workflows/build.yaml'
- 'src/**'
- 'tests/**'
- 'CMakeLists.txt'
- 'cmake/**'
pull_request:
paths:
- '.gitea/workflows/build.yaml'
- 'src/**'
- 'tests/**'
- 'CMakeLists.txt'
- 'cmake/**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

View File

@ -14,7 +14,6 @@ on:
- 'tests/**'
- 'CMakeLists.txt'
- 'cmake/**'
-
concurrency:
group: linux-x64-gcc-${{ github.ref }}
cancel-in-progress: true