Revert "Add CI check for building against LibreSSL (#8842)"
This reverts commit 8081102fa6ab587e400bbdf3d96abf86c40c8827.
James Mills committed
Apr 30, 2020 at 10:27 UTC
f83b372d047a39bb5fa0ef5022f642fe16a67fb0
1 file changed
-16
.github/workflows/checks.yml
-16
@@ -37,22 +37,6 @@ jobs:
37
- name: Compare generated Dashboard vs. Backed up Dashboard
38
run: |
39
diff -sNrdu /tmp/dashboard.js web/gui/dashboard.js
40
- libressl-checks:
41
- name: LibreSSL
42
- runs-on: ubuntu-latest
43
- steps:
44
- - name: Checkout
45
- uses: actions/checkout@v2
46
- - name: Build
47
- run: >
48
- docker run -v "$PWD":/netdata -w /netdata alpine:3.11 /bin/sh -c
49
- 'apk add bash;
50
- ./packaging/installer/install-required-packages.sh --dont-wait --non-interactive netdata;
51
- apk del openssl openssl-dev;
52
- apk add libressl libressl-dev;
53
- autoreconf -ivf;
54
- ./configure;
55
- make;'
40
dist-checks:
41
name: Dist
42
runs-on: ubuntu-latest