File tree Expand file tree Collapse file tree 3 files changed +563
-68
lines changed
Expand file tree Collapse file tree 3 files changed +563
-68
lines changed Original file line number Diff line number Diff line change 1+ migrator_ts : 1569538102 # The timestamp of when the migration was made
2+ __migrator :
3+ kind :
4+ version
5+ exclude :
6+ - c_compiler
7+ - vc
8+ - cxx_compiler
9+ migration_number : # Only use this if the bot messes up, putting this in will cause a complete rerun of the migration
10+ 1
11+ bump_number : 0
12+
13+ python :
14+ - 2.7
15+ - 3.6
16+ - 3.7
17+ - 3.8
18+
19+ c_compiler :
20+ # legacy compilers for things that refuse to move
21+ - toolchain_c # [(linux64 or osx) and (environ.get('CF_COMPILER_STACK') == 'comp4')]
22+ # modern compilers
23+ - gcc # [linux64]
24+ - clang # [osx]
25+ # non-standard arches get built with gcc
26+ - gcc # [aarch64]
27+ - gcc # [ppc64le]
28+ - gcc # [armv7l]
29+
30+ - vs2008 # [win]
31+ - vs2015 # [win]
32+ - vs2015 # [win]
33+ - vs2015 # [win]
34+
35+ cxx_compiler :
36+ # legacy compilers for things that refuse to move
37+ - toolchain_cxx # [(linux64 or osx) and (environ.get('CF_COMPILER_STACK') == 'comp4')]
38+ # modern compilers
39+ - gxx # [linux64]
40+ - clangxx # [osx]
41+
42+ - gxx # [aarch64]
43+ - gxx # [ppc64le]
44+ - gxx # [armv7l]
45+
46+ - vs2008 # [win]
47+ - vs2015 # [win]
48+ - vs2015 # [win]
49+ - vs2015 # [win]
50+
51+ vc : # [win]
52+ - 9 # [win]
53+ - 14 # [win]
54+ - 14 # [win]
55+ - 14 # [win]
You can’t perform that action at this time.
0 commit comments