File tree 1 file changed +11
-12
lines changed
1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ executors:
7
7
bionic :
8
8
docker :
9
9
- image : buildpack-deps:bionic
10
+ mac :
11
+ environment :
12
+ EMSDK_NOTTY : " 1"
13
+ # Without this, any `brew installl` command will result in self-update of
14
+ # brew itself which takes more than 4 minutes.
15
+ HOMEBREW_NO_AUTO_UPDATE : " 1"
16
+ macos :
17
+ xcode : " 12.5.1"
18
+ resource_class : macos.x86.medium.gen2
10
19
11
20
jobs :
12
21
flake8 :
48
57
source emsdk_env.sh
49
58
test/test.py
50
59
test-mac :
51
- macos :
52
- xcode : " 12.5.1"
53
- environment :
54
- EMSDK_NOTTY : " 1"
55
- # Without this, any `brew installl` command will result in self-update of
56
- # brew itself which takes more than 4 minutes.
57
- HOMEBREW_NO_AUTO_UPDATE : " 1"
60
+ executor : mac
58
61
steps :
59
62
- checkout
60
63
- run :
@@ -190,11 +193,7 @@ jobs:
190
193
- run : test/test_bazel.sh
191
194
192
195
test-bazel-mac :
193
- macos :
194
- xcode : " 12.5.1"
195
- environment :
196
- EMSDK_NOTTY : " 1"
197
- HOMEBREW_NO_AUTO_UPDATE : " 1"
196
+ executor : mac
198
197
steps :
199
198
- checkout
200
199
- run : brew install grep
You can’t perform that action at this time.
0 commit comments