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 56779c0 commit 5ea445dCopy full SHA for 5ea445d
abs.yaml
@@ -1,3 +1,6 @@
1
+channels:
2
+ staging_openssl3: openssl3
3
build_parameters:
4
- "--suppress-variables"
5
+ #- "--skip-existing"
6
- "--error-overlinking"
recipe/meta.yaml
@@ -4,7 +4,7 @@
{% set ver2 = '.'.join(version.split('.')[0:2]) %}
{% set ver2nd = ''.join(version.split('.')[0:2]) %}
{% set ver3nd = ''.join(version.split('.')[0:3]) %}
7
-{% set build_number = "2" %}
+{% set build_number = "3" %}
8
{% set channel_targets = ('abc', 'def') %}
9
10
# this makes the linter happy
0 commit comments