We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7727bc commit a1b43efCopy full SHA for a1b43ef
.github/workflows/ci.yml
@@ -34,19 +34,6 @@ jobs:
34
info: clang-14 + debug + sanitize addr+ub
35
tests-flags: ''
36
37
- - cmake-flags: >-
38
- -DUSERVER_FEATURE_CRYPTOPP_BLAKE2=0
39
- -DUSERVER_FEATURE_REDIS_HI_MALLOC=1
40
- -DUSERVER_NO_WERROR=1
41
- -DUSERVER_SANITIZE="ub addr"
42
- -DUSERVER_NAMESPACE=userver
43
- -DUSERVER_NAMESPACE_BEGIN="namespace userver {"
44
- -DUSERVER_NAMESPACE_END="}"
45
- -DCMAKE_BUILD_TYPE=Debug
46
- os: ubuntu-20.04
47
- info: g++-9 + debug + sanitize addr+ub
48
- tests-flags: '--gtest_filter=-HttpClient.Cancel*:HttpClient.Retr*:HttpClient.RedirectHeaders:HttpClient.TestUseIPv4v6'
49
-
50
- cmake-flags: >-
51
-DUSERVER_FEATURE_CRYPTOPP_BLAKE2=0
52
-DUSERVER_FEATURE_REDIS_HI_MALLOC=1
0 commit comments