summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-04-30 10:27:51 +1000
committerJames Mills <prologic@shortcircuit.net.au>2020-04-30 10:27:51 +1000
commitf83b372d047a39bb5fa0ef5022f642fe16a67fb0 (patch)
tree4b6eebed385bcfffc94a3c53e204d3af55e827cd /.github
parent8081102fa6ab587e400bbdf3d96abf86c40c8827 (diff)
Revert "Add CI check for building against LibreSSL (#8842)"
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/checks.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 1e56431710..1c2455e049 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -37,22 +37,6 @@ jobs:
- name: Compare generated Dashboard vs. Backed up Dashboard
run: |
diff -sNrdu /tmp/dashboard.js web/gui/dashboard.js
- libressl-checks:
- name: LibreSSL
- runs-on: ubuntu-latest
- steps:
- - name: Checkout
- uses: actions/checkout@v2
- - name: Build
- run: >
- docker run -v "$PWD":/netdata -w /netdata alpine:3.11 /bin/sh -c
- 'apk add bash;
- ./packaging/installer/install-required-packages.sh --dont-wait --non-interactive netdata;
- apk del openssl openssl-dev;
- apk add libressl libressl-dev;
- autoreconf -ivf;
- ./configure;
- make;'
dist-checks:
name: Dist
runs-on: ubuntu-latest