Compare commits
2
Commits
29ccae53c3
...
79113ecb88
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79113ecb88 | ||
|
|
5c16b8ee90 |
@@ -185,12 +185,7 @@ jobs:
|
||||
- name: Test
|
||||
run: |
|
||||
cd build
|
||||
# On arm64, valgrind needs the MAKE_MEM_DEFINED client requests for
|
||||
# https://git.weaselab.dev/weaselab/conflict-set/issues/39, but this
|
||||
# build has -DNVALGRIND, which compiles them out. Skip valgrind
|
||||
# tests here; they run annotated in the test job.
|
||||
ctest --no-compress-output --test-output-size-passed 100000 --test-output-size-failed 100000 ${{ matrix.arch == 'arm64' && '-E valgrind' || '' }} -T Test -j "$(nproc)" --timeout 90 > /dev/null
|
||||
|
||||
ctest --no-compress-output --test-output-size-passed 100000 --test-output-size-failed 100000 -T Test -j "$(nproc)" --timeout 90 > /dev/null
|
||||
- name: Package
|
||||
run: |
|
||||
cd build
|
||||
|
||||
@@ -71,4 +71,15 @@ mask_in_range_16:
|
||||
ret
|
||||
.size mask_in_range_16, .-mask_in_range_16
|
||||
|
||||
.section .note.gnu.property,"a",@note
|
||||
.p2align 3, 0x0
|
||||
.long 4
|
||||
.long 16
|
||||
.long 5
|
||||
.asciz "GNU"
|
||||
.long 0xc0000002
|
||||
.long 4
|
||||
.long 0x3
|
||||
.p2align 3, 0x0
|
||||
|
||||
.section .note.GNU-stack,"",@progbits
|
||||
Reference in New Issue
Block a user