File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ version: 2
2
2
3
3
jobs :
4
4
omnibus_osx_llvm :
5
- resource_class : macos.m1 .medium.gen1
5
+ resource_class : macos.x86 .medium.gen2
6
6
macos :
7
- xcode : 14.2.0
7
+ xcode : 13.4.1
8
8
environment :
9
9
LLVM_VERSION : 15.0.7
10
10
MACOSX_DEPLOYMENT_TARGET : 10.11
27
27
command : |
28
28
cd omnibus
29
29
bundle check || bundle install --binstubs
30
- bundle exec omnibus build llvm --log-level debug
30
+ bundle exec omnibus build llvm
31
31
- store_artifacts :
32
32
path : ./omnibus/pkg
33
33
destination : llvm
@@ -37,8 +37,8 @@ workflows:
37
37
38
38
build_llvm :
39
39
jobs :
40
- - omnibus_osx_llvm
41
- # filters:
42
- # branches:
43
- # only:
44
- # - /.*\bbuild-llvm\b.*/
40
+ - omnibus_osx_llvm :
41
+ filters :
42
+ branches :
43
+ only :
44
+ - /.*\bbuild-llvm\b.*/
You can’t perform that action at this time.
0 commit comments