Skip to content

Commit 89030ae

Browse files
Merge pull request #256 from baude/addf36nativebuild
Add Fedora-36 native compile
2 parents cbfaf4b + e14f59c commit 89030ae

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.cirrus.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,16 @@ meta_task:
155155
clone_script: &noop mkdir -p $CIRRUS_WORKING_DIR # source not needed
156156
script: /usr/local/bin/entrypoint.sh
157157

158+
fedora36_build_task:
159+
alias: fedora36_build
160+
depends_on:
161+
- "build"
162+
container:
163+
cpu: 2
164+
memory: 2
165+
image: quay.io/libpod/fedora36rust
166+
script:
167+
- cargo build
158168

159169
success_task:
160170
name: "Total success"
@@ -167,6 +177,7 @@ success_task:
167177
- "unit"
168178
- "integration"
169179
- "meta"
180+
- "fedora36_build"
170181
env:
171182
CIRRUS_SHELL: "/bin/sh"
172183
clone_script: *noop

0 commit comments

Comments
 (0)