summaryrefslogtreecommitdiffstats
path: root/.github/data/build-matrix.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-04-14 18:12:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-04-14 18:12:10 +0000
commitb5321aff06d6ea8d730d62aec2ffd8e9271c1ffc (patch)
tree36c41e35994786456154f9d3bf88c324763aeea4 /.github/data/build-matrix.json
parentAdding upstream version 1.33.1. (diff)
downloadnetdata-b5321aff06d6ea8d730d62aec2ffd8e9271c1ffc.tar.xz
netdata-b5321aff06d6ea8d730d62aec2ffd8e9271c1ffc.zip
Adding upstream version 1.34.0.upstream/1.34.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/data/build-matrix.json')
-rw-r--r--.github/data/build-matrix.json98
1 files changed, 0 insertions, 98 deletions
diff --git a/.github/data/build-matrix.json b/.github/data/build-matrix.json
deleted file mode 100644
index 6ceb9fa54..000000000
--- a/.github/data/build-matrix.json
+++ /dev/null
@@ -1,98 +0,0 @@
-{
- "include": [
- {
- "distro": "alpine:edge",
- "artifact_key": "alpine-edge",
- "pre": "apk add -U bash",
- "rmjsonc": "apk del json-c-dev"
- },
- {
- "distro": "alpine:3.14",
- "artifact_key": "alpine-3.14",
- "pre": "apk add -U bash",
- "rmjsonc": "apk del json-c-dev"
- },
- {
- "distro": "alpine:3.13",
- "artifact_key": "alpine-3.13",
- "pre": "apk add -U bash",
- "rmjsonc": "apk del json-c-dev"
- },
- {
- "distro": "alpine:3.12",
- "artifact_key": "alpine-3.12",
- "pre": "apk add -U bash",
- "rmjsonc": "apk del json-c-dev"
- },
- {
- "distro": "archlinux:latest",
- "artifact_key": "archlinux",
- "pre": "pacman --noconfirm -Syu && pacman --noconfirm -Sy grep libffi"
- },
- {
- "distro": "centos:7",
- "artifact_key": "centos7"
- },
- {
- "distro": "rockylinux/rockylinux:8",
- "artifact_key": "rockylinux8",
- "rmjsonc": "dnf remove -y json-c-devel"
- },
- {
- "distro": "debian:11",
- "artifact_key": "debian11",
- "pre": "apt-get update",
- "rmjsonc": "apt-get remove -y libjson-c-dev"
- },
- {
- "distro": "debian:10",
- "artifact_key": "debian10",
- "pre": "apt-get update",
- "rmjsonc": "apt-get remove -y libjson-c-dev"
- },
- {
- "distro": "debian:9",
- "artifact_key": "debian9",
- "pre": "apt-get update",
- "rmjsonc": "apt-get remove -y libjson-c-dev"
- },
- {
- "distro": "fedora:35",
- "artifact_key": "fedora35",
- "rmjsonc": "dnf remove -y json-c-devel"
- },
- {
- "distro": "fedora:34",
- "artifact_key": "fedora34",
- "rmjsonc": "dnf remove -y json-c-devel"
- },
- {
- "distro": "opensuse/leap:15.3",
- "artifact_key": "opensuse15.3",
- "rmjsonc": "zypper rm -y libjson-c-devel"
- },
- {
- "distro": "oraclelinux:8",
- "artifact_key": "oraclelinux8",
- "rmjsonc": "dnf remove -y json-c-devel"
- },
- {
- "distro": "ubuntu:21.10",
- "artifact_key": "ubuntu21.10",
- "pre": "rm -f /etc/apt/apt.conf.d/docker && apt-get update",
- "rmjsonc": "apt-get remove -y libjson-c-dev"
- },
- {
- "distro": "ubuntu:20.04",
- "artifact_key": "ubuntu20.04",
- "pre": "apt-get update",
- "rmjsonc": "apt-get remove -y libjson-c-dev"
- },
- {
- "distro": "ubuntu:18.04",
- "artifact_key": "ubuntu18.04",
- "pre": "apt-get update",
- "rmjsonc": "apt-get remove -y libjson-c-dev"
- }
- ]
-}