Merge topic 'ci-openal'
b97d371007
ci: Add OpenAL to Debian and Fedora base images
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7394
This commit is contained in:
commit
2f3ea66a76
@ -64,6 +64,7 @@ apt-get install -y \
|
|||||||
libjsoncpp-dev \
|
libjsoncpp-dev \
|
||||||
liblapack-dev \
|
liblapack-dev \
|
||||||
liblzma-dev \
|
liblzma-dev \
|
||||||
|
libopenal-dev \
|
||||||
libopenmpi-dev openmpi-bin \
|
libopenmpi-dev openmpi-bin \
|
||||||
libpng-dev \
|
libpng-dev \
|
||||||
libpq-dev postgresql-server-dev-11 \
|
libpq-dev postgresql-server-dev-11 \
|
||||||
|
@ -68,6 +68,7 @@ apt-get install -y \
|
|||||||
libjsoncpp-dev \
|
libjsoncpp-dev \
|
||||||
liblapack-dev \
|
liblapack-dev \
|
||||||
liblzma-dev \
|
liblzma-dev \
|
||||||
|
libopenal-dev \
|
||||||
libopenmpi-dev openmpi-bin \
|
libopenmpi-dev openmpi-bin \
|
||||||
libpng-dev \
|
libpng-dev \
|
||||||
libpq-dev postgresql-server-dev-11 \
|
libpq-dev postgresql-server-dev-11 \
|
||||||
|
@ -84,6 +84,7 @@ dnf install --setopt=install_weak_deps=False -y \
|
|||||||
libxml2-devel \
|
libxml2-devel \
|
||||||
libxslt-devel \
|
libxslt-devel \
|
||||||
mpich-devel \
|
mpich-devel \
|
||||||
|
openal-soft-devel \
|
||||||
openmpi-devel \
|
openmpi-devel \
|
||||||
patch \
|
patch \
|
||||||
perl \
|
perl \
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
### Debian
|
### Debian
|
||||||
|
|
||||||
.debian10:
|
.debian10:
|
||||||
image: "kitware/cmake:ci-debian10-x86_64-2022-04-22"
|
image: "kitware/cmake:ci-debian10-x86_64-2022-06-21"
|
||||||
|
|
||||||
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-04-22"
|
image: "kitware/cmake:ci-debian10-aarch64-2022-06-21"
|
||||||
|
|
||||||
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-06-06"
|
image: "kitware/cmake:ci-fedora36-x86_64-2022-06-21"
|
||||||
|
|
||||||
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user