Skip to content

Update CI to build hololink bridge #492

@bmhowe23

Description

@bmhowe23

The build of hololink_predecoder_bridge is skipped in CI because the HSB/DOCA find_library calls live in unittests/utils/CMakeLists.txt, which is a sibling directory -- those variables aren't visible here in unittests/realtime/. The simplest fix is to move hololink_predecoder_bridge.cpp and hololink_predecoder_test.sh into unittests/utils/ alongside hololink_qldpc_graph_decoder_bridge.cpp and its orchestration script, which already has the HSB/DOCA build infrastructure. Alternatively, move the find_library/find_path blocks up into the parent unittests/CMakeLists.txt.

Originally posted by @cketcham2333 in #490 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions