-
-
Notifications
You must be signed in to change notification settings - Fork 583
Expand file tree
/
Copy pathexample.exyaml
More file actions
20 lines (19 loc) · 748 Bytes
/
example.exyaml
File metadata and controls
20 lines (19 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# To learn more about migrations read CFEP-09
# https://github.com/conda-forge/cfep/blob/main/cfep-09.md
# The timestamp of when the migration was made
# Can be obtained by copying the output of
# python -c "import time; print(f'{time.time():.0f}')"
migrator_ts: 0
__migrator:
kind: version
# Only change the migration_number if the bot messes up,
# changing this will cause a complete rerun of the migration
migration_number: 1
# This determines the increment to the build number when the
# migration runs.
# Change this to zero if the new pin increases the number of builds
bump_number: 1
# The name of the feedstock you wish to migrate with dashes replaced by
# underscores
boost_cpp:
- 1.71 # new version to build against