Don’t verify optional dependencies in build test environments in CI. (#11910)
This makes the CI jobs less sensitive to external packaging stupidity (like openSUSE making systemd a mandatory dependency of the `sensors` package).
Austin S. Hemmelgarn committed
Dec 15, 2021 at 11:32 UTC
e8766f1a4c2605c61e219b1b96c9bfdca3e0b1bb
1 file changed
+1
-1
.github/dockerfiles/Dockerfile.build_test
+1
-1
@@ -15,4 +15,4 @@ RUN echo "${PRE}" > /prep-cmd.sh && \
15
16
COPY . /netdata
17
18
-RUN /netdata/packaging/installer/install-required-packages.sh --dont-wait --non-interactive netdata-all
18
+RUN /netdata/packaging/installer/install-required-packages.sh --dont-wait --non-interactive netdata