Skip to content

Commit

Permalink
compile protoc for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
huangminghuang committed Nov 9, 2024
1 parent d5a9556 commit 20b29f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
sanitize: ON
- build_type: Coverage
compiler: gcc
protoc: find
protoc: compile
sanitize: OFF

runs-on: ubuntu-24.04
Expand Down
4 changes: 2 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ else()
IMPORT_DIRS "${CMAKE_CURRENT_SOURCE_DIR}"
PROTOS "basic_test_editions.proto" "editions_test.proto")

add_executable(basic_test_editions_test basic_test_editions_test.cpp)
target_link_libraries(basic_test_editions_test PRIVATE editions_test_lib)
add_executable(editions_test basic_test_editions_test.cpp)
target_link_libraries(editions_test PRIVATE editions_test_lib)


add_library(basic_test_proto2_lib INTERFACE)
Expand Down

0 comments on commit 20b29f8

Please sign in to comment.