Skip to content

Commit

Permalink
test builds 8
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySeroshtan committed Dec 2, 2024
1 parent f7a3b4b commit b6f586e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
-DVIRGIL_PROGRAMS=ON
- name: Build for memcheck
run: |
cmake -S. -Bbuild
cmake --build build -- -j$(nproc)
- name: Run memcheck
working-directory: build
Expand Down
1 change: 1 addition & 0 deletions thirdparty/nanopb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ ExternalProject_Add(protobuf-nanopb-ext
"-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
"-DCMAKE_INSTALL_PREFIX=${NANOPB_INSTALL_LOCATION}"
"-DBUILD_SHARED_LIBS=OFF"
"-Dnanopb_PYTHON_INSTDIR_OVERRIDE=${NANOPB_INSTALL_LOCATION}"
"-Dnanopb_BUILD_RUNTIME=ON"
"-Dnanopb_BUILD_GENERATOR=ON"
"-Dnanopb_MSVC_STATIC_RUNTIME=ON"
Expand Down

0 comments on commit b6f586e

Please sign in to comment.