Variable overrides for Debian, Ubuntu and Fedora
This commit is contained in:
6
contrib/ci-workers/vars/Debian.yml
Normal file
6
contrib/ci-workers/vars/Debian.yml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
build_deps:
|
||||||
|
- build-essential # Depends on g++, libc6-dev, make
|
||||||
|
dist_deps:
|
||||||
|
- pkg-config # Required until b556beda264308e040f8d88aca4f2f386a0183d9 is pulled in
|
||||||
|
- python-dev
|
||||||
10
contrib/ci-workers/vars/Fedora.yml
Normal file
10
contrib/ci-workers/vars/Fedora.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
build_deps:
|
||||||
|
- gcc
|
||||||
|
- gcc-c++
|
||||||
|
- make
|
||||||
|
- patch
|
||||||
|
dist_deps:
|
||||||
|
- pkgconfig # Required until b556beda264308e040f8d88aca4f2f386a0183d9 is pulled in
|
||||||
|
- python-devel
|
||||||
|
- redhat-rpm-config
|
||||||
5
contrib/ci-workers/vars/Ubuntu.yml
Normal file
5
contrib/ci-workers/vars/Ubuntu.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
build_deps:
|
||||||
|
- build-essential # Depends on g++, libc6-dev, make
|
||||||
|
dist_deps:
|
||||||
|
- pkg-config # Required until b556beda264308e040f8d88aca4f2f386a0183d9 is pulled in
|
||||||
Reference in New Issue
Block a user