From 8c337abba122271cbb25913de781a0b45c6ee3b7 Mon Sep 17 00:00:00 2001 From: zoff99 Date: Mon, 15 Jan 2024 13:51:51 +0100 Subject: [PATCH] ci --- .github/workflows/ci_s390.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_s390.yml b/.github/workflows/ci_s390.yml index d8e255bf4b9..89525cbf97f 100644 --- a/.github/workflows/ci_s390.yml +++ b/.github/workflows/ci_s390.yml @@ -44,8 +44,6 @@ jobs: run: | lsmod | grep binfmt_misc || echo "NO ERR" ls -al /proc/sys/fs/binfmt_misc/ || echo "NO ERR" - cat /proc/sys/fs/binfmt_misc/qemu-s390x || echo "NO ERR" - ls -al /usr/libexec/qemu-binfmt/s390x-binfmt-P || echo "NO ERR" - name: make script dockcross/linux-s390x run: docker run --rm dockcross/linux-s390x > ./dockcross-linux-s390x; chmod +x ./dockcross-linux-s390x @@ -62,4 +60,6 @@ jobs: find . -name libtoxcore.a find . -name 'libtoxcore.so*' || echo "NO ERR" find . -name friend_connection_test + file ./lib/libtoxcore.a || echo "NO ERR" + file ./build/friend_connection_test || echo "NO ERR"