Skip to content

Commit 52966db

Browse files
committed
disable armv7 CI for now
Signed-off-by: Hans Zandbelt <hans.zandbelt@zmartzone.eu>
1 parent 3e46429 commit 52966db

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/archs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18-
- arch: armv7
19-
distro: ubuntu20.04
18+
#test/check_cache.c:74:F:core:test_cache_redis:0: Assertion 'value == ((void *)0)' failed: value == 0x4006a290, ((void *)0) == 0
19+
#test/check_nginx.c:102:E:core:test_request_context:0: (after this point) Test timeout expired
20+
#test/check_nginx.c:114:E:core:test_nginx_http_response_set:0: (after this point) Received signal 11 (Segmentation fault)
21+
# - arch: armv7
22+
# distro: ubuntu20.04
2023
- arch: aarch64
2124
distro: ubuntu20.04
2225
- arch: ppc64le

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
run: make
5050

5151
- name: Test
52-
run: make check
52+
run: make check || (cat test-suite.log && exit -1)

0 commit comments

Comments
 (0)