Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jan 15, 2024
1 parent 5a1b3fa commit 8c337ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_s390.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

0 comments on commit 8c337ab

Please sign in to comment.