forked from getsentry/sentry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
20 lines (17 loc) · 708 Bytes
/
Brewfile
File metadata and controls
20 lines (17 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# required to run devservices
# colima is a docker-compatible container runtime
# devenv installs and manages it as we want control over the version,
# but we leave the qemu part to brew
brew 'qemu'
# while not needed by devservices, the docker cli itself is still useful
# (not docker desktop/daemon which is provided by the cask)
# and is used by some make targets
brew 'docker'
brew 'docker-buildx'
# required for pnpm test -u
brew 'watchman'
# direnv isn't defined here, because we have it configured to check for a bootstrapped environment.
# If it's installed in the early steps of the setup process, it just leads to confusion.
# brew 'direnv'
# required for acceptance testing
cask 'chromedriver'