We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f192d38 commit 15c3ff0Copy full SHA for 15c3ff0
Arch/Dockerfile
@@ -63,7 +63,7 @@ sudo mv gnuradio*.tar.zst /home/artifacts
63
WORKDIR /home/notroot/testing
64
RUN chmod +x test-only-Arch.sh && \
65
chmod +x variables.sh && \
66
-chmod +x tests && sleep 10000
+chmod +x tests
67
68
69
Arch/GnuRadio/PKGBUILD
@@ -37,7 +37,7 @@ echo export path
37
-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python3*) \
38
-DPYTHON_LIBRARY=$(echo /usr/lib/libpython3.*.so) \
39
-DENABLE_GRC=ON \
40
- -DGR_PYTHON_DIR=/usr/lib/python3.9/site-packages \
+ -DGR_PYTHON_DIR=/usr/lib/python3.10/site-packages \
41
-DENABLE_GR_WXGUI=ON \
42
-DENABLE_GR_QTGUI=ON \
43
-DENABLE_INTERNAL_VOLK=ON \
0 commit comments