mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-02 22:09:35 +00:00
ci: add OpenSP to Debian and Fedora base images
This commit is contained in:
@@ -80,6 +80,7 @@ apt-get install -y \
|
|||||||
liblzma-dev \
|
liblzma-dev \
|
||||||
libopenal-dev \
|
libopenal-dev \
|
||||||
libopenmpi-dev openmpi-bin \
|
libopenmpi-dev openmpi-bin \
|
||||||
|
libosp-dev \
|
||||||
libpng-dev \
|
libpng-dev \
|
||||||
libpq-dev postgresql-server-dev-11 \
|
libpq-dev postgresql-server-dev-11 \
|
||||||
libprotobuf-dev libprotobuf-c-dev libprotoc-dev protobuf-compiler protobuf-compiler-grpc \
|
libprotobuf-dev libprotobuf-c-dev libprotoc-dev protobuf-compiler protobuf-compiler-grpc \
|
||||||
|
|||||||
@@ -84,6 +84,7 @@ apt-get install -y \
|
|||||||
liblzma-dev \
|
liblzma-dev \
|
||||||
libopenal-dev \
|
libopenal-dev \
|
||||||
libopenmpi-dev openmpi-bin \
|
libopenmpi-dev openmpi-bin \
|
||||||
|
libosp-dev \
|
||||||
libpng-dev \
|
libpng-dev \
|
||||||
libpq-dev postgresql-server-dev-11 \
|
libpq-dev postgresql-server-dev-11 \
|
||||||
libprotobuf-dev libprotobuf-c-dev libprotoc-dev protobuf-compiler protobuf-compiler-grpc \
|
libprotobuf-dev libprotobuf-c-dev libprotoc-dev protobuf-compiler protobuf-compiler-grpc \
|
||||||
|
|||||||
@@ -92,6 +92,7 @@ dnf install --setopt=install_weak_deps=False -y \
|
|||||||
libinput-devel systemd-devel \
|
libinput-devel systemd-devel \
|
||||||
libjpeg-turbo-devel \
|
libjpeg-turbo-devel \
|
||||||
libpng-devel \
|
libpng-devel \
|
||||||
|
opensp-devel \
|
||||||
postgresql-server-devel \
|
postgresql-server-devel \
|
||||||
libtiff-devel \
|
libtiff-devel \
|
||||||
libuv-devel \
|
libuv-devel \
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
### Debian
|
### Debian
|
||||||
|
|
||||||
.debian10:
|
.debian10:
|
||||||
image: "kitware/cmake:ci-debian10-x86_64-2022-08-17"
|
image: "kitware/cmake:ci-debian10-x86_64-2022-08-30"
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
|
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
CMAKE_CI_NO_INSTALL: 1
|
CMAKE_CI_NO_INSTALL: 1
|
||||||
|
|
||||||
.debian10_aarch64:
|
.debian10_aarch64:
|
||||||
image: "kitware/cmake:ci-debian10-aarch64-2022-08-17"
|
image: "kitware/cmake:ci-debian10-aarch64-2022-08-30"
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
|
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
### Fedora
|
### Fedora
|
||||||
|
|
||||||
.fedora36:
|
.fedora36:
|
||||||
image: "kitware/cmake:ci-fedora36-x86_64-2022-08-17"
|
image: "kitware/cmake:ci-fedora36-x86_64-2022-08-30"
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"
|
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"
|
||||||
|
|||||||
Reference in New Issue
Block a user