Skip to content

Commit

Permalink
update releasing docs for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Sep 11, 2022
1 parent d2151f4 commit 4cc2157
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:

- name: Lint & Style Check
run: |
pip install black flake8 pre-commit
pre-commit run --all-files --show-diff-on-failure
- uses: pypa/cibuildwheel@v2.3.1
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.8.0
hooks:
- id: black
language_version: python3
# temp exlude osrm: black fails to reformat for some reason
args: [valhalla]
- repo: https://gitlab.com/pycqa/flake8
rev: 4.0.1 # pick a git hash / tag to point to
rev: 5.0.4 # pick a git hash / tag to point to
hooks:
- id: flake8
2 changes: 0 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
black==21.12b0
flake8==4.0.1
pre-commit==2.16.0
2 changes: 2 additions & 0 deletions docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ That'll take care of all the header & library copying, proto compilation etc. It

#### Mac OS

> Note, for OSX we locally built protobuf from source (currently 3.21.5) as the `brew` version is not compiled to work with lower OSX versions.
Pretty identical to Linux, just we don't need a docker container of course:
```
./scripts/build_mac.sh
Expand Down
2 changes: 1 addition & 1 deletion upstream
Submodule upstream updated 316 files

0 comments on commit 4cc2157

Please sign in to comment.