You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure builds executed locally don't fail (#78)
Fixes#77
The logic is as follows:
- if build is *not* an RBE build:
- if platform is Linux:
- `apt-get install rpm`
- if platform is Darwin:
- `brew install rpm`
- else
- fail
0 commit comments