mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
ci: Add Fedora 35 build
This commit is contained in:
committed by
Dennis Klein
parent
fa0bf96eb2
commit
3b2ad1f6f4
9
test/ci/fedora.35.def
Normal file
9
test/ci/fedora.35.def
Normal file
@@ -0,0 +1,9 @@
|
||||
Bootstrap: docker
|
||||
From: fedora:35
|
||||
|
||||
%post
|
||||
dnf -y update
|
||||
dnf -y install https://alfa-ci.gsi.de/packages/rpm/fedora-35-x86_64/fairsoft-release-dev.rpm
|
||||
dnf -y install cli11-devel pmix-devel ninja-build 'dnf-command(builddep)' libasan liblsan libtsan libubsan clang-tools-extra
|
||||
dnf -y builddep fairmq
|
||||
dnf -y clean all
|
Reference in New Issue
Block a user