mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-05-07 06:07:28 +02:00
Merge pull request #213 from ClusterCockpit/fix/libdrm-ubuntu-deb
CI: Install libdrm-dev for building (required on Ubuntu)
This commit is contained in:
4
.github/workflows/Release.yml
vendored
4
.github/workflows/Release.yml
vendored
@@ -270,7 +270,7 @@ jobs:
|
|||||||
- name: Install development packages
|
- name: Install development packages
|
||||||
run: |
|
run: |
|
||||||
apt update && apt --assume-yes upgrade
|
apt update && apt --assume-yes upgrade
|
||||||
apt --assume-yes install build-essential sed git wget bash
|
apt --assume-yes install build-essential sed git wget bash libdrm-dev
|
||||||
# Checkout git repository and submodules
|
# Checkout git repository and submodules
|
||||||
# fetch-depth must be 0 to use git describe
|
# fetch-depth must be 0 to use git describe
|
||||||
# See: https://github.com/marketplace/actions/checkout
|
# See: https://github.com/marketplace/actions/checkout
|
||||||
@@ -321,7 +321,7 @@ jobs:
|
|||||||
- name: Install development packages
|
- name: Install development packages
|
||||||
run: |
|
run: |
|
||||||
apt update && apt --assume-yes upgrade
|
apt update && apt --assume-yes upgrade
|
||||||
apt --assume-yes install build-essential sed git wget bash
|
apt --assume-yes install build-essential sed git wget bash libdrm-dev
|
||||||
# Checkout git repository and submodules
|
# Checkout git repository and submodules
|
||||||
# fetch-depth must be 0 to use git describe
|
# fetch-depth must be 0 to use git describe
|
||||||
# See: https://github.com/marketplace/actions/checkout
|
# See: https://github.com/marketplace/actions/checkout
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ Installed-Size: {INSTALLED_SIZE}
|
|||||||
Architecture: {ARCH}
|
Architecture: {ARCH}
|
||||||
Maintainer: thomas.gruber@fau.de
|
Maintainer: thomas.gruber@fau.de
|
||||||
Depends: libc6 (>= 2.2.1)
|
Depends: libc6 (>= 2.2.1)
|
||||||
Build-Depends: debhelper-compat (= 13), git, golang-go
|
Build-Depends: debhelper-compat (= 13), git, golang-go, libdrm-dev
|
||||||
Description: Metric collection daemon from the ClusterCockpit suite
|
Description: Metric collection daemon from the ClusterCockpit suite
|
||||||
Homepage: https://github.com/ClusterCockpit/cc-metric-collector
|
Homepage: https://github.com/ClusterCockpit/cc-metric-collector
|
||||||
Source: cc-metric-collector
|
Source: cc-metric-collector
|
||||||
|
|||||||
Reference in New Issue
Block a user