Skip to content

Commit f507c30

Browse files
author
Rafael Martins
committed
bump build number for default builds
1 parent 3017cee commit f507c30

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

abs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ build_parameters:
66
- "--error-overdepending"
77

88
aggregate_check: false
9+
10+
channels:
11+
- norl

recipe/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ source:
8686
- patches/0022-Fix-build-with-newer-editline.patch
8787

8888
build:
89-
number: {{ build_number }}
89+
number: {{ build_number + 100 }} # [win or readline_mode == 'readline']
90+
number: {{ build_number }} # [not(win or readline_mode == 'readline')]
9091

9192
requirements:
9293
build:

0 commit comments

Comments
 (0)