We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbfaf4b + e14f59c commit 89030aeCopy full SHA for 89030ae
.cirrus.yml
@@ -155,6 +155,16 @@ meta_task:
155
clone_script: &noop mkdir -p $CIRRUS_WORKING_DIR # source not needed
156
script: /usr/local/bin/entrypoint.sh
157
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
168
169
success_task:
170
name: "Total success"
@@ -167,6 +177,7 @@ success_task:
177
- "unit"
178
- "integration"
179
- "meta"
180
+ - "fedora36_build"
181
env:
171
182
CIRRUS_SHELL: "/bin/sh"
172
183
clone_script: *noop
0 commit comments