We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1dbad commit dda49baCopy full SHA for dda49ba
.github/workflows/smoke-tests.yml
@@ -68,7 +68,11 @@ jobs:
68
libssl-dev \
69
systemtap-sdt-dev \
70
libbpf-dev \
71
- libelf1
+ libelf1 \
72
+ gstreamer1.0-plugins-base \
73
+ gstreamer1.0-plugins-good \
74
+ gstreamer1.0-tools gstreamer1.0-libav \
75
+ libgstreamer1.0-dev
76
- name: 'configuration: Apply dpdk patches'
77
if: env.DPDK_REBUILD == 'true'
78
run: |
@@ -100,6 +104,10 @@ jobs:
100
104
make -j "$(nproc)"
101
105
sudo make install
102
106
sudo ldconfig
107
+ - name: 'installation: Build GStreamer'
108
+ working-directory: ecosystem/gstreamer_plugin
109
+ run: |
110
+ ./build.sh
103
111
- name: 'installation: Install pipenv environment'
112
working-directory: tests/validation
113
id: pipenv-install
0 commit comments