dash/ci/test
Kittywhiskers Van Gogh 4168e1ea5a ci: add -Wno-deprecated-builtins to fuzz CXXFLAGS
Used to avoid the following error:

```
In file included from test/fuzz/addition_overflow.cpp:7:
In file included from ./test/fuzz/util.h:26:
In file included from ./test/util/setup_common.h:16:
In file included from ./txmempool.h:31:
In file included from /builds/dashpay/dash/depends/x86_64-pc-linux-gnu/include/boost/optional.hpp:15:
In file included from /builds/dashpay/dash/depends/x86_64-pc-linux-gnu/include/boost/optional/optional.hpp:47:
In file included from /builds/dashpay/dash/depends/x86_64-pc-linux-gnu/include/boost/type_traits/is_nothrow_move_assignable.hpp:16:
/builds/dashpay/dash/depends/x86_64-pc-linux-gnu/include/boost/type_traits/has_nothrow_assign.hpp:65:7: error: builtin __has_nothrow_assign is deprecated; use __is_nothrow_assignable instead [-Werror,-Wdeprecated-builtins]
      BOOST_HAS_NOTHROW_ASSIGN(T)
      ^
/builds/dashpay/dash/depends/x86_64-pc-linux-gnu/include/boost/type_traits/intrinsics.hpp:205:43: note: expanded from macro 'BOOST_HAS_NOTHROW_ASSIGN'
                                          ^
/builds/dashpay/dash/depends/x86_64-pc-linux-gnu/include/boost/serialization/serialization.hpp:61:1: note: in instantiation of template class 'boost::has_nothrow_assign<unsigned int>' requested here
BOOST_STRONG_TYPEDEF(unsigned int, version_type)
^
/builds/dashpay/dash/depends/x86_64-pc-linux-gnu/include/boost/serialization/strong_typedef.hpp:42:57: note: expanded from macro 'BOOST_STRONG_TYPEDEF'
    D& operator=(const D& rhs) BOOST_NOEXCEPT_IF(boost::has_nothrow_assign<T>::value) {t = rhs.t; return *this;} \
```
2023-08-01 12:07:31 -05:00
..
00_setup_env_arm.sh ci: enforce glibc backwards compatibility on all builds without runtime sanitizers 2023-05-31 11:06:40 -05:00
00_setup_env_mac_host.sh merge bitcoin#23585: Drop Darwin version for better maintainability 2023-06-29 12:31:03 -05:00
00_setup_env_mac.sh merge bitcoin#21851: support cross-compiling for arm64-apple-darwin 2023-06-29 12:31:03 -05:00
00_setup_env_native_asan.sh partial merge bitcoin#14794: Add AddressSanitizer (ASan) Travis build 2023-06-07 01:50:18 -05:00
00_setup_env_native_cxx20.sh ci: enforce glibc backwards compatibility on all builds without runtime sanitizers 2023-05-31 11:06:40 -05:00
00_setup_env_native_fuzz_with_valgrind.sh ci: suppress external warnings on builds that use clang-15 2023-08-01 12:07:31 -05:00
00_setup_env_native_fuzz.sh ci: add -Wno-deprecated-builtins to fuzz CXXFLAGS 2023-08-01 12:07:31 -05:00
00_setup_env_native_nowallet.sh ci: enforce glibc backwards compatibility on all builds without runtime sanitizers 2023-05-31 11:06:40 -05:00
00_setup_env_native_qt5.sh merge bitcoin#21255: run test-symbol-check for RISC-V 2023-06-07 14:42:02 +05:30
00_setup_env_native_sqlite.sh ci: enforce glibc backwards compatibility on all builds without runtime sanitizers 2023-05-31 11:06:40 -05:00
00_setup_env_native_tsan.sh ci: skip symbol checks on runtime sanitizer-enabled builds 2023-05-31 11:06:40 -05:00
00_setup_env_native_ubsan.sh ci: suppress external warnings on builds that use clang-15 2023-08-01 12:07:31 -05:00
00_setup_env_native_valgrind.sh ci: suppress external warnings on builds that use clang-15 2023-08-01 12:07:31 -05:00
00_setup_env_s390x_host.sh Merge #18569: ci: Add big endian native s390x build 2023-06-07 01:50:18 -05:00
00_setup_env_s390x.sh Merge bitcoin/bitcoin#23803: ci: Disable s390x gui tests for now 2023-05-31 10:52:02 -05:00
00_setup_env_win64.sh fix: disable security tests on win64 CI build 2023-06-07 14:40:37 +05:30
00_setup_env.sh merge bitcoin#18434: add a test-security target and run it in CI 2023-06-07 14:40:37 +05:30
03_before_install.sh merge bitcoin#16582: Rework ci (Use travis only as fallback env) 2022-02-12 19:24:32 +05:30
04_install.sh merge bitcoin#21664: use LIEF for macOS and Windows symbol & security checks 2023-06-07 14:42:02 +05:30
05_before_script.sh Merge #17900: ci: Combine 32-bit build with CentOS 7 build 2023-05-24 12:43:57 -05:00
wrap-valgrind.sh Merge #17725: ci: Add valgrind run 2023-06-07 01:50:18 -05:00