aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dockerfiles/Kali.docker
AgeCommit message (Collapse)AuthorFilesLines
2018-07-28tests: Fix Debian and Kali dockerfilesPiotr Krysik1-3/+1
Change-Id: I61d37cb6882a8ca7bbfc97412c52e745a2e5ec7c
2018-06-19Run tests with CTEST_OUTPUT_ON_FAILURE=1Vasil Velichkov1-1/+1
2018-06-18Add DEBIAN_FRONTEND=noninteractiveVasil Velichkov1-1/+1
2018-04-16Workaround for the grcc failureVasil Velichkov1-0/+3
See https://github.com/ptrkrysik/gr-gsm/pull/378#issuecomment-379587145 Traceback (most recent call last): File "/usr/bin/grcc", line 29, in <module> from gnuradio import gr File "/usr/lib/python2.7/dist-packages/gnuradio/gr/__init__.py", line 41, in <module> from runtime_swig import * File "/usr/lib/python2.7/dist-packages/gnuradio/gr/runtime_swig.py", line 17, in <module> _runtime_swig = swig_import_helper() File "/usr/lib/python2.7/dist-packages/gnuradio/gr/runtime_swig.py", line 16, in swig_import_helper return importlib.import_module('_runtime_swig') File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) ImportError: No module named _runtime_swig
2018-03-22Fix the parallel build.Vasil Velichkov1-1/+4
- Override the GR_UNIQUE_TARGET function to not append a hash to the target name. - Add explicit dependency between pygen_apps and _grgsm_swig The _grgs_swig needs to be built first because grcc evaluates and verify all imports - Test the parallel build in the docker containers as well
2018-03-22Install pkg-config in Debian/Ubuntu containersVasil Velichkov1-0/+1
It is needed to proper detect the grcc full path
2018-02-20Added docker file for Kali linuxPiotr Krysik1-0/+28