feature modify images
Some checks failed
rpcrypto-build / build (Debug, mipsel-openwrt-linux.toolchain.cmake) (push) Failing after 1m56s
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 1m57s
rpcrypto-build / build (Release, mipsel-openwrt-linux.toolchain.cmake) (push) Failing after 1m49s
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Successful in 2m3s
rpcrypto-build / build (Release, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Failing after 1h21m45s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 1h21m51s
rpcrypto-build / build (Debug, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Failing after 1h22m42s
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Successful in 1h22m52s
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Failing after 1h25m6s
Some checks failed
rpcrypto-build / build (Debug, mipsel-openwrt-linux.toolchain.cmake) (push) Failing after 1m56s
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 1m57s
rpcrypto-build / build (Release, mipsel-openwrt-linux.toolchain.cmake) (push) Failing after 1m49s
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Successful in 2m3s
rpcrypto-build / build (Release, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Failing after 1h21m45s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 1h21m51s
rpcrypto-build / build (Debug, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Failing after 1h22m42s
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Successful in 1h22m52s
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Failing after 1h25m6s
This commit is contained in:
parent
6fb8c6bdf6
commit
93fbf50c8f
@ -82,13 +82,15 @@ jobs:
|
|||||||
export CUSTOM_CMAKE_ARGS="-DULIB_BUILD_TESTS=ON"
|
export CUSTOM_CMAKE_ARGS="-DULIB_BUILD_TESTS=ON"
|
||||||
${{ env.build_command }}
|
${{ env.build_command }}
|
||||||
|
|
||||||
- name: build-in-centos
|
- name: build-in-container
|
||||||
uses: addnab/docker-run-action@v3
|
uses: addnab/docker-run-action@v3
|
||||||
if: matrix.toolchain != 'host.toolchain.cmake' && matrix.toolchain != 'host-afl.toolchain.cmake'
|
if: matrix.toolchain != 'host.toolchain.cmake' && matrix.toolchain != 'host-afl.toolchain.cmake'
|
||||||
with:
|
with:
|
||||||
image: tqcq/hisi:centos
|
|
||||||
|
image: tqcq/ubuntu:hisi
|
||||||
options: --rm --volumes-from ${{ env.JOB_CONTAINER_NAME }}
|
options: --rm --volumes-from ${{ env.JOB_CONTAINER_NAME }}
|
||||||
run: |
|
run: |
|
||||||
yum clean all
|
cd ${{ github.workspace }}
|
||||||
yum install -y libarchive cmake make gcc gcc-c++ openssl-devel autoconf libtool pkg-config
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y libarchive-dev libssl-dev autoconf libtool pkg-config cmake make gcc g++
|
||||||
${{ env.build_command }}
|
${{ env.build_command }}
|
@ -69,7 +69,7 @@ jobs:
|
|||||||
key: qemu-hisiv500-install-20231206-1
|
key: qemu-hisiv500-install-20231206-1
|
||||||
path: qemu-install
|
path: qemu-install
|
||||||
|
|
||||||
- name: build-in-centos
|
- name: build-in-container
|
||||||
uses: addnab/docker-run-action@v3
|
uses: addnab/docker-run-action@v3
|
||||||
with:
|
with:
|
||||||
image: tqcq/ubuntu:hisi
|
image: tqcq/ubuntu:hisi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user