Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

popov-aa
Copy link
Contributor

  1. Обеспечил возможность сборки компилятором GCC, убрав добавление специфичных опций компилятора под условие;
  2. Добавил отсутствующие зависимости client-ydb_topic-impl от client-ydb_topic, client-ydb_topic-codecs.

Успешность сборки проверял под Ubuntu-22.04 при помощи GCC-13 и clang-16.

@@ -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
Copy link
Collaborator

@Gazizonoki Gazizonoki Nov 28, 2024

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Упс, случайно попавший артефакт.

@Gazizonoki
Copy link
Collaborator

Если есть желание, было бы круто добавить запуск сборки и тестов под gcc в CI

@popov-aa
Copy link
Contributor Author

popov-aa commented Dec 9, 2024

Не знаком с возможностями github по CI, постараюсь ознакомиться с ними и реализовать пожелание.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants