Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: build Cypress for darwin-arm64 #20686

Merged
merged 63 commits into from
Jun 15, 2022
Merged
Changes from 1 commit
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
d54a39d
chore: add m1 mac ci workflow
flotwig Mar 18, 2022
b234246
add arch to platform key
flotwig Mar 18, 2022
99ac8cc
actually add a workflow
flotwig Mar 18, 2022
9aaddf8
unify defaultsParameters
flotwig Mar 18, 2022
0807421
pass resource_class properly
flotwig Mar 18, 2022
6d42218
try which
flotwig Jun 7, 2022
ee18309
Merge remote-tracking branch 'origin/develop' into use-m1-runners
flotwig Jun 7, 2022
70de8c1
chore: skip windows canary check
flotwig Jun 8, 2022
7b65d37
restore sleep 2
flotwig Jun 8, 2022
c43f033
fix
flotwig Jun 8, 2022
3fda6bf
Merge branch 'develop' into use-m1-runners
flotwig Jun 8, 2022
335af84
update resource class
flotwig Jun 7, 2022
e901cd6
sync known_hosts for nvm install
flotwig Jun 8, 2022
0f1c451
bump nvm version
flotwig Jun 8, 2022
7737120
Merge branch 'rm-windows-key-scanning' into use-m1-runners
flotwig Jun 8, 2022
63501e9
canaries :/
flotwig Jun 8, 2022
9718d38
ctrl+f add darwin-arm64
flotwig Jun 8, 2022
e4edc25
rename darwin x64 jobs to darwin-x64
flotwig Jun 8, 2022
70c4348
just call it darwin everywhere
flotwig Jun 8, 2022
935da85
debug
flotwig Jun 8, 2022
40bc79c
skip platform weirdness
flotwig Jun 8, 2022
5d364fc
set PLATFORM: darwin
flotwig Jun 8, 2022
71fff61
improve error message
flotwig Jun 8, 2022
9b2e30a
set max-buffer in build-prod step to avoid lerna buffer err
flotwig Jun 8, 2022
78b1b52
patch out buflen check
flotwig Jun 8, 2022
96b4b34
also set max buf in build.ts
flotwig Jun 8, 2022
870b238
hugely bump buffer
flotwig Jun 8, 2022
dd8eaee
less debug
flotwig Jun 8, 2022
1731577
Revert "hugely bump buffer"
flotwig Jun 8, 2022
ea79bec
Revert "also set max buf in build.ts"
flotwig Jun 8, 2022
eb4896c
Revert "patch out buflen check"
flotwig Jun 8, 2022
4de9111
Revert "set max-buffer in build-prod step to avoid lerna buffer err"
flotwig Jun 8, 2022
e10855d
add darwin-arm64 support to cli
flotwig Jun 8, 2022
cd875be
xcode-select
flotwig Jun 8, 2022
beeb0f9
fix syntax error
flotwig Jun 8, 2022
c07a071
syntax error
flotwig Jun 8, 2022
e038c34
update buildDir for mac-arm64
flotwig Jun 9, 2022
f1a0d6c
debug
flotwig Jun 9, 2022
43b6bed
add SKIP_NOTARIZATION
flotwig Jun 9, 2022
86991e1
update comment code
flotwig Jun 9, 2022
82e4644
remove no-op
flotwig Jun 9, 2022
dcc2fe1
Merge remote-tracking branch 'origin/develop' into use-m1-runners
flotwig Jun 9, 2022
82a1ced
update snapshots
flotwig Jun 9, 2022
e81a96d
cli updates
flotwig Jun 9, 2022
36b30d6
fix platforminfo
flotwig Jun 9, 2022
174dd5b
update cli tests
flotwig Jun 10, 2022
86ae243
add missing yarn.lock
flotwig Jun 10, 2022
fcfcf30
add checkDownloads
flotwig Jun 10, 2022
e622be8
remove unneeded --platform
flotwig Jun 10, 2022
c2e8cdb
back to type
flotwig Jun 10, 2022
ab0f1ba
downgrade nvm
flotwig Jun 10, 2022
5116083
Revert "downgrade nvm"
flotwig Jun 10, 2022
db77337
Merge remote-tracking branch 'origin/develop' into use-m1-runners
flotwig Jun 10, 2022
6bcbbf0
return of the load-nvm.sh
flotwig Jun 10, 2022
0ae48dc
fix script
flotwig Jun 10, 2022
51ffd7f
ensure-node
flotwig Jun 10, 2022
45c6051
printf
flotwig Jun 11, 2022
8099750
cleanup
flotwig Jun 11, 2022
777b5d1
add fse.remove
flotwig Jun 11, 2022
035ce7c
Delete yarn.lock
flotwig Jun 13, 2022
e676179
Merge branch 'develop' into use-m1-runners
flotwig Jun 13, 2022
6d1187a
address review feedback
flotwig Jun 14, 2022
ff55e6c
Merge remote-tracking branch 'origin/develop' into use-m1-runners
flotwig Jun 14, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rename darwin x64 jobs to darwin-x64
  • Loading branch information
flotwig committed Jun 8, 2022
commit e4edc25a0a5344c0fa74f31189104ead8820c99b
24 changes: 12 additions & 12 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2547,44 +2547,44 @@ linux-workflow: &linux-workflow
- create-build-artifacts
- system-tests-node-modules-install

mac-workflow: &mac-workflow
mac-x64-workflow: &mac-x64-workflow
jobs:
- node_modules_install:
name: darwin-node-modules-install
name: darwin-x64-node-modules-install
executor: mac
resource_class: macos.x86.medium.gen2
only-cache-for-root-user: true

- build:
name: darwin-build
name: darwin-x64-build
context: test-runner:env-canary
executor: mac
resource_class: macos.x86.medium.gen2
requires:
- darwin-node-modules-install
- darwin-x64-node-modules-install

- lint:
name: darwin-lint
name: darwin-x64-lint
executor: mac
requires:
- darwin-build
- darwin-x64-build

- create-build-artifacts:
name: darwin-create-build-artifacts
name: darwin-x64-create-build-artifacts
context:
- test-runner:sign-mac-binary
- test-runner:upload
- test-runner:commit-status-checks
executor: mac
resource_class: macos.x86.medium.gen2
requires:
- darwin-build
- darwin-x64-build

- test-kitchensink:
name: darwin-test-kitchensink
name: darwin-x64-test-kitchensink
executor: mac
requires:
- darwin-build
- darwin-x64-build

mac-arm64-workflow: &mac-arm64-workflow
jobs:
Expand Down Expand Up @@ -2686,8 +2686,8 @@ windows-workflow: &windows-workflow
workflows:
linux:
<<: *linux-workflow
mac:
<<: *mac-workflow
mac-x64:
<<: *mac-x64-workflow
<<: *mac-workflow-filters
mac-arm64:
<<: *mac-arm64-workflow
Expand Down