Files
scylladb/dist
Yaron Kaikov 648fa8f5b1 dist: remove bundled node_exporter, add dependency on scylla-node-exporter
The node_exporter binary has moved to its own dedicated repository
(scylladb/scylla-node-exporter). Remove the bundled copy from the core
repo to eliminate the toolchain dependency required to build/package it
here and to resolve associated CVEs inherited from the vendored binary.

This removes the download logic, build rules, packaging subpackage,
systemd/sysconfig/supervisor files, and install/uninstall references.
Instead, a hard dependency on the separate scylla-node-exporter package
is declared in both the RPM spec and Debian control file.

    [Yaron:
      - regenerate frozen toolchain with optimized clang from

        https://devpkg.scylladb.com/clang/clang-21.1.8-Fedora-43-aarch64.tar.gz
        https://devpkg.scylladb.com/clang/clang-21.1.8-Fedora-43-x86_64.tar.gz
    ]

Fixes: RELENG-502
Fixes: RELENG-503

Closes scylladb/scylladb#29716
2026-05-24 16:30:24 +03:00
..
2020-06-09 13:55:41 +03:00