Skip to content

Commit

Permalink
Fix patches
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 4, 2024
1 parent 1b2050e commit 5d4fdd8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 10/patches/10.11/disable-failing-test.patch
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ index a2da150..fd04ef4 100644

MY_ADD_TESTS(bitmap base64 my_atomic my_rdtsc lf my_malloc my_getopt dynstring
byte_order
- queues stacktrace crc32 LINK_LIBRARIES mysys)
- queues stacktrace stack_allocation crc32 LINK_LIBRARIES mysys)
+ queues crc32 LINK_LIBRARIES mysys)
MY_ADD_TESTS(my_vsnprintf LINK_LIBRARIES strings mysys)
MY_ADD_TESTS(aes LINK_LIBRARIES mysys mysys_ssl)
Expand Down
2 changes: 1 addition & 1 deletion 10/patches/10.5/disable-failing-test.patch
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ index a2da150..fd04ef4 100644

MY_ADD_TESTS(bitmap base64 my_atomic my_rdtsc lf my_malloc my_getopt dynstring
byte_order
- queues stacktrace crc32 LINK_LIBRARIES mysys)
- queues stacktrace stack_allocation crc32 LINK_LIBRARIES mysys)
+ queues crc32 LINK_LIBRARIES mysys)
MY_ADD_TESTS(my_vsnprintf LINK_LIBRARIES strings mysys)
MY_ADD_TESTS(aes LINK_LIBRARIES mysys mysys_ssl)
Expand Down
2 changes: 1 addition & 1 deletion 10/patches/10.6/disable-failing-test.patch
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ index a2da150..fd04ef4 100644

MY_ADD_TESTS(bitmap base64 my_atomic my_rdtsc lf my_malloc my_getopt dynstring
byte_order
- queues stacktrace crc32 LINK_LIBRARIES mysys)
- queues stacktrace stack_allocation crc32 LINK_LIBRARIES mysys)
+ queues crc32 LINK_LIBRARIES mysys)
MY_ADD_TESTS(my_vsnprintf LINK_LIBRARIES strings mysys)
MY_ADD_TESTS(aes LINK_LIBRARIES mysys mysys_ssl)
Expand Down
2 changes: 1 addition & 1 deletion 11/patches/11.4/disable-failing-test.patch
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ index a2da150..fd04ef4 100644

MY_ADD_TESTS(bitmap base64 my_atomic my_rdtsc lf my_malloc my_getopt dynstring
- byte_order my_tzinfo
- queues stacktrace crc32 LINK_LIBRARIES mysys)
- queues stacktrace stack_allocation crc32 LINK_LIBRARIES mysys)
+ byte_order
+ queues crc32 LINK_LIBRARIES mysys)
MY_ADD_TESTS(my_vsnprintf LINK_LIBRARIES strings mysys)
Expand Down

0 comments on commit 5d4fdd8

Please sign in to comment.