From e14f59c2a057bf76b001fc2c7eabb33f04180e3a Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Thu, 10 Mar 2022 13:36:19 -0600 Subject: [PATCH] Add Fedora-36 native compile Signed-off-by: Brent Baude --- .cirrus.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index cd173f476..0fe2c685e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -155,6 +155,16 @@ meta_task: clone_script: &noop mkdir -p $CIRRUS_WORKING_DIR # source not needed script: /usr/local/bin/entrypoint.sh +fedora36_build_task: + alias: fedora36_build + depends_on: + - "build" + container: + cpu: 2 + memory: 2 + image: quay.io/libpod/fedora36rust + script: + - cargo build success_task: name: "Total success" @@ -167,6 +177,7 @@ success_task: - "unit" - "integration" - "meta" + - "fedora36_build" env: CIRRUS_SHELL: "/bin/sh" clone_script: *noop