aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>2021-03-01 18:42:55 +0200
committermormj <34754695+mormj@users.noreply.github.com>2021-03-03 06:20:20 -0500
commit129a17a01fa12c3b65fc14c54bb08ea5c6817217 (patch)
treed47ffe57b766854fb89e5157e1fd86245e024d18 /.github
parentGR-UHD: Add additional gr-uhd bindings. (diff)
downloadgnuradio-129a17a01fa12c3b65fc14c54bb08ea5c6817217.tar.xz
gnuradio-129a17a01fa12c3b65fc14c54bb08ea5c6817217.zip
cmake: Fix Boost unit test framework component availability variable
This fix enables back 'testing-support' component which has been disabled by a regression introduced on a3061b8f. It also removes a variable override included in 'Make Test' GitHub workflow to workaround this issue. Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/make-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/make-test.yml b/.github/workflows/make-test.yml
index f942c4986..76dbec6ce 100644
--- a/.github/workflows/make-test.yml
+++ b/.github/workflows/make-test.yml
@@ -75,7 +75,7 @@ jobs:
- name: CMake
env:
CXXFLAGS: ${{ matrix.cxxflags }}
- run: 'cd /build && cmake ${GITHUB_WORKSPACE} -DENABLE_DOXYGEN=OFF -DBoost_unit_test_framework_FOUND=ON'
+ run: 'cd /build && cmake ${GITHUB_WORKSPACE} -DENABLE_DOXYGEN=OFF'
- name: Make
run: 'cd /build && make -j2 -k'
- name: Make Test