-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GCC compile fix #339
GCC compile fix #339
Conversation
src/client/topic/impl/CMakeLists.txt
Outdated
@@ -14,6 +14,8 @@ target_link_libraries(client-ydb_topic-impl PUBLIC | |||
client-ydb_driver | |||
client-ydb_topic-common | |||
client-ydb_proto | |||
client-ydb_topic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Здесь я не очень понял, зачем делать зависимость ydb_topic-impl от ydb_topic и ydb_topic-codecs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Упс, случайно попавший артефакт.
Если есть желание, было бы круто добавить запуск сборки и тестов под gcc в CI |
Не знаком с возможностями github по CI, постараюсь ознакомиться с ними и реализовать пожелание. |
Фикс полезный, но пока ресурсов не хватает, чтобы добавить новый прогон в CI. Так что пока замержим, но issue закрывать не будем: #328 |
Успешность сборки проверял под Ubuntu-22.04 при помощи GCC-13 и clang-16.