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.
1 parent 53f9612 commit 8c4af36Copy full SHA for 8c4af36
.cirrus.yml
@@ -26,7 +26,7 @@ env:
26
# package is not available in earlier releases; once we update to a future
27
# Fedora release (or if the package is backported), switch back from Rawhide
28
# to the latest Fedora release.
29
- IMAGE_SUFFIX: "c20250910t092246z-f42f41d13"
+ IMAGE_SUFFIX: "c20251016t194444z-f42f41d13"
30
FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"
31
RAWHIDE_CACHE_IMAGE_NAME: "rawhide-${IMAGE_SUFFIX}"
32
contrib/cirrus/runner.sh
@@ -121,7 +121,7 @@ _podman_reset() {
121
122
_run_integration() {
123
_podman_reset
124
- make test-integration-local BUILDTAGS="$BUILDTAGS"
+ make test-integration BUILDTAGS="$BUILDTAGS"
125
}
126
127
_run_system() {
0 commit comments