Skip to content

Commit 1b2e315

Browse files
committed
knowledge_base: microarch: In the example config, always list at least one microarch_level, to avoid a bug in conda-build
As described here: #2091 (comment)
1 parent 4a263ba commit 1b2e315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/maintainer/knowledge_base.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,8 +1339,8 @@ Before learning how to use it, please read these considerations:
13391339
To implement microarchitecture-optimized builds in your feedstock, you'll end up with something like:
13401340

13411341
```yaml title="recipe/conda_build_config.yaml"
1342-
microarch_level: # [unix and x86_64]
1343-
- 1 # [unix and x86_64]
1342+
microarch_level:
1343+
- 1
13441344
- 3 # [unix and x86_64]
13451345
- 4 # [unix and x86_64]
13461346
```

0 commit comments

Comments
 (0)