Skip to content

Commit a1b43ef

Browse files
committed
feat CI: remove CI run that fails due to old linker issues
Tests: протестировано CI 1f97d6662429aecb8966a4b3ac24effc03b9c2d6 Pull Request resolved: #610
1 parent c7727bc commit a1b43ef

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,6 @@ jobs:
3434
info: clang-14 + debug + sanitize addr+ub
3535
tests-flags: ''
3636
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-
5037
- cmake-flags: >-
5138
-DUSERVER_FEATURE_CRYPTOPP_BLAKE2=0
5239
-DUSERVER_FEATURE_REDIS_HI_MALLOC=1

0 commit comments

Comments
 (0)