Skip to content

Commit 6e88487

Browse files
committed
Revert changes for circleci
1 parent 9a24deb commit 6e88487

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ version: 2
22

33
jobs:
44
omnibus_osx_llvm:
5-
resource_class: macos.m1.medium.gen1
5+
resource_class: macos.x86.medium.gen2
66
macos:
7-
xcode: 14.2.0
7+
xcode: 13.4.1
88
environment:
99
LLVM_VERSION: 15.0.7
1010
MACOSX_DEPLOYMENT_TARGET: 10.11
@@ -27,7 +27,7 @@ jobs:
2727
command: |
2828
cd omnibus
2929
bundle check || bundle install --binstubs
30-
bundle exec omnibus build llvm --log-level debug
30+
bundle exec omnibus build llvm
3131
- store_artifacts:
3232
path: ./omnibus/pkg
3333
destination: llvm
@@ -37,8 +37,8 @@ workflows:
3737

3838
build_llvm:
3939
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.*/

0 commit comments

Comments
 (0)