We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aed729 commit 6e562fcCopy full SHA for 6e562fc
.cirrus.yml
@@ -3,6 +3,8 @@ env:
3
FEATURES: huge
4
5
freebsd_12_task:
6
+ only_if: $CIRRUS_TAG == ''
7
+ timeout_in: 20m
8
freebsd_instance:
9
image: freebsd-12-1-release-amd64
10
install_script:
.github/workflows/ci.yml
@@ -231,7 +231,7 @@ jobs:
231
runs-on: ubuntu-latest
232
233
needs: linux
234
- if: github.event_name != 'pull_request'
+ if: always() && github.event_name != 'pull_request'
235
236
steps:
237
- name: Parallel finished
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2158,
755
/**/
756
2157,
757
0 commit comments